Disable processing in skinless SynthOne instance(s)
jbmaxwell opened this issue · 0 comments
jbmaxwell commented
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?