AttachAudioStreamProcessor abstract method
void
AttachAudioStreamProcessor(
- AudioStreamStructType stream,
- AudioCallbackType callback
Attach audio stream processor to stream, receives the samples as 'float'
Implementation
void AttachAudioStreamProcessor(
AudioStreamStructType stream,
AudioCallbackType callback,
);