Function open_output

Source
fn open_output(
    ring: Arc<Mutex<VecDeque<f32>>>,
    dead: Arc<AtomicBool>,
) -> Option<Stream>
Expand description

Default output device as 48 kHz stereo f32; None = no audio (playback still runs off the wall clock).