Dynamic Normalizer
Dynamic Normalizer evens out volume over time without a hard limit — smoothing inconsistent levels across a recording (e.g. a speaker who drifts closer and farther from the mic).
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Max Gain | number | 1 to 100 | 10 | Caps how much amplification can be applied to quiet passages. |
See also
Loudness Normalize for hitting a specific broadcast-standard loudness target instead of general leveling.
Control preview
JSON structure
{
"id": "dynaudnorm",
"enabled": true,
"params": {
"maxgain": 10
}
}