audio in
audioIn · sources · schema v1System audio input source. Stream from a user-selected mic/line-in/interface via getUserMedia; L+R outputs are fanned out from mono sources or split from stereo. Card owns the permission prompt + device dropdown + devicechange refresh.
the faceplate
0 inputs · 2 outputs · 1 params
outputs
| id | cable | what it does |
|---|---|---|
audio_l_out | audio | Left channel of the selected input device (channel 1). For a mono source this carries the single channel, duplicated to the right output as well. audio signal |
audio_r_out | audio | Right channel of the selected input device (channel 2). For a mono source it carries a copy of the left channel so both sides have signal. audio signal |
params
| id | label | range | default | curve |
|---|---|---|---|---|
gain | Gain | 0..2gain | 1 | linear |
controls
| control | what it does |
|---|---|
| Gain | Post-source level trim applied equally to both channels, 0 (silence) to 2 (×2, +6 dB), default 1 (unity). Turn it down for a hot line-in that's clipping, up for a quiet condenser mic; there is no per-channel trim. |
source
audioin.ts on GitHub.