AttachAudioMixedProcessor method
Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'
Implementation
@override
void AttachAudioMixedProcessor(
MemoryPointer<RFunction> processor, // AudioCallback
) => _ffi.AttachAudioMixedProcessor(
processor.asNativePointer(),
);