1. Detecting Crosstalk in a Podcast Interview
Podcast EditorBackground
An editor is working on a two-person interview recorded on a single track where the guests frequently interrupted each other.
Problem
Manually listening to a two-hour recording to find and edit out overlapping speech is highly time-consuming.
How to use
Upload the podcast audio file, set the sensitivity to 'balanced', and set the minimum overlap to 0.5 seconds.
{
"sensitivity": "balanced",
"minimumOverlapSeconds": 0.5
}Outcome
The tool returns a JSON list of timestamps showing exactly where overlapping speech occurred, allowing the editor to jump directly to those sections.