Function audio_processor_standalone::audio_processor_main [−][src]
pub fn audio_processor_main<Processor: AudioProcessor<SampleType = f32> + Send + 'static>(
audio_processor: Processor
)
Expand description
Run an AudioProcessor
stand-alone cpal app.
Returns the cpal::Stream
streams. The audio-thread will keep running until these are dropped.