Skip to main content

standalone_start

Function standalone_start 

Source
pub fn standalone_start<SP: StandaloneProcessor>(app: SP) -> StandaloneHandles
Expand description

Start a processor using CPAL. Returns StandaloneHandles which can be used to take the processor back and stop the stream.

Playback will stop when this value is dropped.

See standalone_start_with for more options