Using decibel values, how to detect if the user is talking or silent?

791 Views Asked by At

I have used FFMPEG to extract decibel (or rms? I am not familiar with the units) values of the audio volume from an mp4. I have 20 samples per frame.

enter image description here

How can I use these values (which are negative in almost all frames), to determine if the frame is silent or has audio (music, speech, etc)?

0

There are 0 best solutions below