1. Trimming Silence from Podcast Audio
Podcast EditorBackground
A podcast editor has a raw 45-minute interview with frequent long pauses that need to be removed before final mixing.
Problem
Manually finding and cutting out every silence gap in a digital audio workstation is tedious and time-consuming.
How to use
Upload the raw audio file, set the sensitivity to 'balanced', configure the minimum silence duration to 0.5 seconds, select 'FFmpeg cut list' as the export format, and run the tool.
audioFile: interview.wav, sensitivity: balanced, minimumSpeechSeconds: 0.3, minimumSilenceSeconds: 0.5, exportFormat: cut-listOutcome
The editor receives a text file containing FFmpeg commands to instantly cut out all silent segments longer than 0.5 seconds.