Noise Reduction
Noise Reduction removes general background noise using a non-local-means denoiser — a good first-pass cleanup for hiss, hum, or room tone.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Strength | number | 0.00001 to 10000 | 0.00001 | Denoising strength. The default is effectively off — raise it to hear an effect. |
| Smoothing | number | 1 to 1000 | 11 | How smoothly the denoising is applied over time. |
See also
FFT Denoiser for frequency-targeted denoising instead of a general pass.
Control preview
JSON structure
{
"id": "anlmdn",
"enabled": true,
"params": {
"strength": 0.00001,
"smooth": 11
}
}