Skip to main content

Module output

Module output 

Source
Expand description

cpal audio output — device enumeration, stream creation, math-driven synthesis.

The audio callback runs on a dedicated real-time thread. It receives AudioEvents via an mpsc channel and synthesizes samples by evaluating each active MathAudioSource’s function every sample.

Structs§

AudioOutput
Opaque audio output handle. Keeps the cpal stream alive.