AttachAudioMixedProcessor abstract method

void AttachAudioMixedProcessor(
  1. AudioCallbackType callback
)

Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'

Implementation

void AttachAudioMixedProcessor(
  AudioCallbackType callback,
);