1. Cleaning a Lecture with HVAC Hum
University TABackground
A teaching assistant needs to upload a weekly lecture recording to the student portal, but the classroom's loud air conditioning unit created a constant low-frequency hum.
Problem
The hum makes the professor's voice hard to hear, and there are several minutes of silence before the lecture starts.
How to use
Upload the raw audio file, enable 'Trim Long Silences' with a 2-second minimum, and set the output format to MP3.
{
"trimLongSilences": true,
"minimumSilenceSeconds": 2.0,
"silenceThresholdDb": -40,
"applauseControl": "gentle",
"outputFormat": "mp3"
}Outcome
The low-frequency HVAC hum is attenuated, the initial silence is trimmed, and the speech is EQ-enhanced for better clarity.