analyze_label_sounds
Analyze audio and automatically create labels for sound regions separated by silence, with adjustable threshold and duration parameters.
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
| Name | Required | Description | Default |
|---|---|---|---|
| threshold_db | No | ||
| min_sound_duration | No | ||
| min_silence_duration | No |