AttachAudioStreamProcessor abstract method

void AttachAudioStreamProcessor(
  1. AudioStreamStructType stream,
  2. AudioCallbackType callback
)

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

Implementation

void AttachAudioStreamProcessor(
  AudioStreamStructType stream,
  AudioCallbackType callback,
);