mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.24k stars 1.24k forks source link

AudioUnitManager: Disable unavailable in-process instantiation on iOS #13383

Closed fwcd closed 1 week ago

fwcd commented 1 week ago

In-process Audio Unit instantiation is unavailable on iOS, presumably due to stricter code execution policies, so we have to fall back to out-of-process instantiation.

daschuer commented 1 week ago

Since this is a fix in 2.5-beta code, please rebase to the 2.5 branch.

fwcd commented 1 week ago

Done