AudioKitSynthOne icon indicating copy to clipboard operation
AudioKitSynthOne copied to clipboard

Disable processing in skinless SynthOne instance(s)

Open jbmaxwell opened this issue 4 years ago • 0 comments

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?

jbmaxwell avatar Sep 12 '20 18:09 jbmaxwell