wiseman / py-webrtcvad

Python interface to the WebRTC Voice Activity Detector
Other
2.07k stars 409 forks source link

White noise detected as voice #60

Closed kangaro0 closed 2 years ago

kangaro0 commented 4 years ago

Hey,

I'm trying out your package and I noticed that a recording only consisting of white noise gets detected as voiced. I'm cutting the whole recording in n frames (10ms, 16kHz, mono) and process them with a for-loop ( like in the example-file ).

Can you give me a hint on why this is happening?

King regards, kangaro0

snakers4 commented 3 years ago

Please give a try to silero-vad as well We posted a comparison here - https://github.com/wiseman/py-webrtcvad/issues/68