analyze_label_sounds
Automatically label audio regions separated by silence in Audacity using customizable volume and duration thresholds to identify distinct sound segments.
Instructions
Automatically label regions of sound separated by silence.
Args: threshold_db: Volume threshold to distinguish sound from silence (dB). Default: -30 min_silence_duration: Minimum duration of silence between sounds (seconds). Default: 0.5 min_sound_duration: Minimum duration of a sound region (seconds). Default: 0.1
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold_db | No | ||
| min_silence_duration | No | ||
| min_sound_duration | No |