Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Audio output

Source of truth: the doc comments on each module struct in patches-modules/src/ define the canonical port names, parameter ranges, and behaviour. This page is kept in sync with those comments.

AudioOut — Stereo audio output

Sends signals to the left and right channels of the system audio output. This module must appear exactly once in a patch.

Inputs

PortDescription
inStereo input. A mono source is silently broadcast to both channels (L = R).

No clamping is applied by AudioOut itself. Use attenuation (scaled cables or a StereoMixer) to keep levels in range — summing many signals without attenuation will overdrive the output.

Example

mix.out -[0.1]-> out.in