Output Level Meter overview¶
The Output Level Meter is a vertical dB meter that shows the smoothed post-processing peak level of an audio stage. It gives you a continuous visual and numeric read of how close the output signal is to clipping, so you can set drive and output levels without guessing.
How it works¶
The meter receives peak level updates from the audio engine and applies fast-attack / slow-release ballistics before displaying the result. When the incoming level rises, the smoothing factor is 0.6 (fast attack), so the bar reacts quickly to peaks. When the level falls, the smoothing factor is 0.08 (slow release), so the bar decays gradually. This matching ballistic behavior is shared with the EQ output fader meter, so all meters in AetherSDR feel visually consistent.
The meter is visible inside the Tube applet's frameless editor, to the right of the saturation curve. Open it by double-clicking the TUBE stage in the chain widget. The same ballistics are also used by the EQ editor's Output Fader meter.
No settings are persisted for this widget. It has no interactive controls; all elements are read-only indicators.
What each control does¶
| Element | Description | Range / Values |
|---|---|---|
| Header label | Identifies what the meter is measuring. The Tube applet sets this to OUT. An empty string hides the header. |
Any short string; default OUT |
| Level bar | Gradient-filled vertical bar showing the smoothed peak level. Fills from the bottom up, proportional to the current dB value. | β60 dB (bottom) to 0 dB (top) |
| dB scale ticks | Static reference grid to the left of the bar with labeled tick marks. | 0, β6, β12, β20, β40 dB |
| Numeric readout | Displays the smoothed peak as a signed dB value to one decimal place, centered below the bar. Shows -inf when the level is below approximately β59.5 dB. |
-inf or a value in the form +/-XX.X dB |
Level bar color¶
The fill color changes with level to give an immediate sense of headroom:
| Color | Level range | Meaning |
|---|---|---|
| Green | β60 dB to β12 dB | Normal operating level |
| Lime | β12 dB to β6 dB | Moderate level |
| Amber | β6 dB to β3 dB | Approaching clipping |
| Red | Above β3 dB | 3 dB or less from clipping |
Tips¶
- Watch for amber or red on the level bar while adjusting the Tube applet's Drive or Output knobs. Red means you have 3 dB or less of headroom before clipping.
- The slow-release ballistics (alpha 0.08) mean the bar holds elevated readings briefly after a peak. This is intentional β it lets you catch transients that would otherwise disappear before you notice them.