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.
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.