Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: remove-ssensor , Previous: remove-sfz-preset , Up: R , Home: Overview

Clamps Dictionary

remove-silence

Function

(remove-silence buffer &key (threshold -40.0) (min-silence-duration 0.1))

Remove silent sections from an Incudine buffer, shifting non-silent parts left. Returns a new shorter buffer with silence removed.

Arguments

:threshold Silence threshold in dB (default -40.0).
:min-silence-duration Minimum duration in seconds to be considered silence (default 0.1). Shorter silent gaps are kept to avoid choppy output.

Author: Orm Finnendahl

Created: 2026-06-14 So 20:01

Validate