iOS 15 kAudioUnitErr_InvalidParameter "throwing -10878"
tsalvo opened this issue · 1 comments
tsalvo commented
When the audio engine is started, lots of log entries appear with the message throwing -10878
. this seems to happen when the AVAudioEngine's
mainMixerNode
property is accessed. I don't think this is causing any problems but maybe it needs to be outputNode
instead?
tsalvo commented
fix merged into dev
branch