Declicker
Declicker removes clicks and pops — the crackle from an old recording, a bad connection, or a digital glitch.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Window | number | 10 to 100 ms | 55 ms | Analysis window size used to detect clicks. |
| Overlap | number | 50 to 95% | 75% | Percentage overlap between analysis windows. |
See also
Declipper for distorted/clipped peaks rather than discrete clicks.
Control preview
JSON structure
{
"id": "adeclick",
"enabled": true,
"params": {
"window": 55,
"overlap": 75
}
}