1. Detecting Mic Dropouts in a Podcast
Podcast EditorBackground
An editor is working on a raw interview recording where the guest's wireless microphone occasionally cut out for fractions of a second.
Problem
Manually listening to a two-hour episode to find micro-gaps is highly inefficient.
How to use
Upload the WAV recording, set the Silence Threshold to -45 dB, and set the Minimum Dropout Duration to 0.1 seconds.
{
"silenceThresholdDb": -45,
"minimumDropoutSeconds": 0.1
}Outcome
The tool outputs a JSON list of timestamps showing exactly when the wireless mic dropped out, allowing the editor to quickly patch those sections.