Rework iOS AudioUnit in order to use a MSWorkerThread rather than a...
Rework iOS AudioUnit in order to use a MSWorkerThread rather than a dispatch_async(). This fixes crashes due to mutiple threads possibly running into AudioUnitStart() in rare conditions.