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

Question: Is there a way to filter noise before running VAD? #71

Open
riedlc opened this issue Mar 23, 2021 · 1 comment
Open

Question: Is there a way to filter noise before running VAD? #71

riedlc opened this issue Mar 23, 2021 · 1 comment

Comments

@riedlc
Copy link

riedlc commented Mar 23, 2021

I'm using the example.py script on a sample recording (aggressivness 3). It keeps detecting heaving breathing into the microphone as speech. Is there a way to filter this out?
Here is an example.

@TaridaGeorge
Copy link

You could try to apply a filter from ffmpeg for denoising

ffmpeg -i input_file.wav -af "highpass=f=200, lowpass=f=3000" output_file_denoised.wav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants