Audio Output

Send audio to speakers or system output.

What it does

Audio Output is a terminal node: it plays sound rather than passing a value downstream. Wire an audio signal into Left (mono, or the left channel of a stereo pair) and optionally Right, and those samples are written through to the system's audio output as the graph cooks. Volume and Mute are applied at the output stage, so changes respond instantly, even mid-note.

It also reports the live output Level, for a meter, and the device's actual Sample Rate, which upstream audio nodes can match.

When to use it

ParameterTypeDefault
leftOneOf([Signal, NumberArray])
rightOneOf([Signal, NumberArray])
volumeNumber0.800
muteBooleanfalse

Gotchas

Worked example

  1. Add an Audio Output node and wire your audio source into Left.

  2. Leave Right unconnected for mono, or wire a second channel for stereo.

  3. Adjust Volume to taste, and use Mute to silence playback instantly.

  4. Watch the Level output to confirm signal is reaching the device.

See also

Audio Input · Audio File · Ableton Link · Numbers, signals & audio