You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using SynthOne "skinless" in our app, and I'm wondering how I can stop() processing when not in use. I've tried synth.internalAU?.stop() (which seems like it should be AKAudioUnit.stop()), but nothing changes. Is there a way to disable processing in the underlying AudioUnit?
The text was updated successfully, but these errors were encountered:
We're using SynthOne "skinless" in our app, and I'm wondering how I can
stop()
processing when not in use. I've triedsynth.internalAU?.stop()
(which seems like it should beAKAudioUnit.stop()
), but nothing changes. Is there a way to disable processing in the underlying AudioUnit?The text was updated successfully, but these errors were encountered: