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. |