TL;DR
Editing out disfluencies like 'um' and 'uh' from audio recordings is a tedious task. To address this, a tool called erm was developed, which automates the removal process.
✦ Why It Matters
Engineers can leverage the erm tool to automate audio editing, improving efficiency and output quality.
Key Takeaways
Full Summary
Disfluencies, such as 'um', 'uh', and their elongated forms, are common in spoken English and can detract from audio quality. To simplify the editing process, the tool erm was created, which automates the removal of these filler words.
The naive approach involves transcribing audio with word-level timestamps and cutting out identified disfluencies using ffmpeg, but this method only achieves about 60% accuracy and often results in poorer audio quality. Instead, erm employs a more sophisticated methodology that enhances the audio output.
It generates a cleaned .wav file alongside a JSON cut list that details the removed segments. The improvements in audio quality make it a valuable tool for anyone working with voice recordings.
This tool can save time and effort for audio editors and researchers alike.
Related