Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report — Incorrectly Detects Blowing into Mic as Voice #430

Open
s1lviu opened this issue Mar 23, 2024 · 3 comments
Open

Bug report — Incorrectly Detects Blowing into Mic as Voice #430

s1lviu opened this issue Mar 23, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@s1lviu
Copy link

s1lviu commented Mar 23, 2024

The Silero Voice Activity Detection (VAD) model incorrectly classifies the sound of blowing directly into the microphone as human speech. This issue persists across various blowing intensities, from soft to strong. The expected behavior is for the VAD to recognize these non-speech, noise-like sounds as non-voice activity.

Reproduction Steps

Web Application Test:

  • Navigate to the web-based VAD tool at https://www.vad.ricky0123.com/.
  • Use the tool to record the sound of blowing into the microphone.
  • Observe the VAD output.

C++ Example Test:

Expected Behavior
The VAD should classify the blowing sounds as non-voice activity, distinguishing them from human speech.

Actual Behavior
The VAD system classifies the blowing sounds as voice activity, indicating a false positive in voice detection.

@s1lviu s1lviu added the bug Something isn't working label Mar 23, 2024
@DanyPell
Copy link

Do you have the probability number?

@s1lviu
Copy link
Author

s1lviu commented Mar 25, 2024

Do you have the probability number?

Around 65-70%.

@lionsheep0724
Copy link

same here. ringback tone detected as voice with 94% of probability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants