pub fn audio_processor_start<Processor: AudioProcessor<SampleType = f32> + Send + 'static>(
audio_processor: Processor,
) -> StandaloneHandles
Expand description
Start an AudioProcessor
as a stand-alone cpal app>
Returns the cpal::Stream
streams. The audio-thread will keep running until these are dropped.