pub unsafe extern "C" fn attach_audio_stream_processor(
stream: AudioStream,
processor: AudioCallback,
)Expand description
Attach audio stream processor to stream, receives the samples as ‘float’
pub unsafe extern "C" fn attach_audio_stream_processor(
stream: AudioStream,
processor: AudioCallback,
)Attach audio stream processor to stream, receives the samples as ‘float’