Rework iOS AudioUnit in order to use a MSWorkerThread rather than a...

Merged Simon Morlat requested to merge fix/audio-unit-async-start-master into master

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.

Merge request reports