pub fn standalone_start<SP: StandaloneProcessor>(app: SP) -> StandaloneHandlesExpand 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