AttachAudioMixedProcessor method

  1. @override
void AttachAudioMixedProcessor(
  1. MemoryPointer<RFunction> processor
)
override

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(),
);