Audio.prototype.controllerReadyForStreaming = function(ready) {

  var buffer = commandToBuffer(0, "Audio", "ControllerReadyForStreaming", ready);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));