Silence Remover
Silence Remover trims silence from the start and end of a clip automatically.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Threshold | number | -80 to 0 dB | -50 dB | Level below which audio is treated as silence, for both start and end detection. |
| Start Duration | number | 0 to 10 sec | 1 sec | Minimum non-silent duration required before leading-silence trimming stops. |
| Stop Duration | number | 0 to 10 sec | 1 sec | Minimum trailing silence duration required before trimming applies. |
How it works
Trims exactly one leading silent period at the start of the clip, and all trailing silence at the end — it doesn't remove silence from the middle of a clip; use Gate for that.
See also
Gate for suppressing quiet sections throughout a clip, not just at the start/end.
Control preview
JSON structure
{
"id": "silenceremove",
"enabled": true,
"params": {
"threshold": -50,
"start_duration": 1,
"stop_duration": 1
}
}