Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Detect "thump on microphone" or other specific noises (Read 1165 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Detect "thump on microphone" or other specific noises

So due to you-guess-what, I have spent a lot of my work hours on video conferences, and that makes for recorded presentations. They are stored as MP4 videos with AAC audio, nothing strange about the format.

Some of these could use some splitting and editing afterwards, and one way to quickly find a few of those possible cut points, are through the audio:
* thumps when a microphone is plugged or unplugged
* other kinds of thumps when someone taps on the microphone and goes "testing testing"
... and so I was thinking, what about using that as a "flag"; we could even do it deliberately: once a microphone is handed over, tap-tap on the mic for "here should be an index mark!". Or tap-tap-tap for "gaffe, edit out".

How to detect? Peak search apparently catches too little (limiters ...). Note, edits will be manual, so this is for speeding up the manual process; false positives are better than missing one.

Before I start suggesting vinyl pop/crackle detectors: does anyone have a better idea?

Re: Detect "thump on microphone" or other specific noises

Reply #1
Aggressive low pass filter to isolate the thumps maybe?

 

Re: Detect "thump on microphone" or other specific noises

Reply #2
This is actually a pretty straightforward machine learning task if you have examples of your system sounds like when they plug in the mic.