audio out
audioOut · output · schema v2Terminal stereo output. Two mono inputs (L, R) routed to the host AudioContext destination. Optional output-device dropdown via setSinkId (Chromium 110+).
the faceplate
2 inputs · 0 outputs · 1 params
inputs
| id | cable | what it does |
|---|---|---|
L | audio | Left-channel audio to the speakers. Patch a mono source here for the left side; for a stereo source wire both L and R. audio signal |
R | audio | Right-channel audio to the speakers. Leave it unpatched for a mono signal in L, or wire the right side of a stereo source here. audio signal |
params
| id | label | range | default | curve |
|---|---|---|---|---|
master | Master | 0..1gain | 0.7 | linear |
controls
| control | what it does |
|---|---|
| Master | Master output level applied to both channels before the limiter, 0 (silence) to 1 (unity), default 0.7. It sets your overall loudness; the limiter downstream is a transparent ceiling, so use this for the actual mix level rather than relying on the limiter to hold things back. |
source
audio-out.ts on GitHub.