truncate_silence
Remove or compress silent gaps in audio recordings to eliminate dead air and improve pacing. Configure volume thresholds and duration parameters to control silence detection and reduction.
Instructions
Truncate or compress silence in the selected audio. Great for removing dead air.
Args: threshold_db: Volume below this is considered silence (dB). Default: -40 min_duration: Minimum silence duration to act on (seconds). Default: 0.5 truncate_to: Truncate silence to this duration (seconds). Default: 0.3 compress_percent: Compress silence by this percentage (only for Compress action). Default: 50 action: "Truncate" or "Compress". Default: "Truncate"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold_db | No | ||
| min_duration | No | ||
| truncate_to | No | ||
| compress_percent | No | ||
| action | No | Truncate |