AttachAudioMixedProcessor method
Implementation
@override
void AttachAudioMixedProcessor(
AudioCallbackD callback,
) => run(
() => RaylibDebugLabels.AttachAudioMixedProcessor(callback),
() => rl.Audio.AttachAudioMixedProcessor(
callback.attach(),
),
);