DetachAudioMixedProcessor method
Detach audio stream processor from the entire audio pipeline
Implementation
@override
void DetachAudioMixedProcessor(
AudioCallbackD callback,
{bool keepAlive = false}
) => run(
() => RaylibDebugLabels.DetachAudioMixedProcessor(callback, keepAlive: keepAlive),
() => rl.Audio.DetachAudioMixedProcessor.run1(
callback.detach(keepAlive).toJS,
),
);