Skip to main content

Module audio

Module audio 

Source
Expand description

Multi-track audio mixer for real-time preview.

AudioMixer combines N mono tracks into a single interleaved stereo f32 output at 48 kHz. Per-track volume and pan are controlled from any thread via the cloneable AudioTrackHandle.

Structsยง

AudioMixer
Multi-track, constant-power-panned stereo mixer.
AudioTrackHandle
Cloneable handle for filling a track and adjusting its gain from any thread.