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

Noise cancelling when listening #214

Open
NewBermuda opened this issue Sep 8, 2021 · 2 comments
Open

Noise cancelling when listening #214

NewBermuda opened this issue Sep 8, 2021 · 2 comments

Comments

@NewBermuda
Copy link

To increase the accuracy of wake word detection in noisy locations, I thought about applying noise cancelling to the raw audio before handing the audio to the RNN.

Do you think this is feasible for real time detection? Any suggestions on how to do it ? Could I use a python library to apply the noise reduction before giving it to the RNN in real time?

@el-tocino
Copy link

Generally, it's not worth it depending on the hardware you run on (pi3 for sure is too light), and you should depend on the STT system to do its job. https://github.com/Shb742/rnnoise_python can be used to handle rnnoise in python.

@NewBermuda
Copy link
Author

Generally, it's not worth it depending on the hardware you run on (pi3 for sure is too light), and you should depend on the STT system to do its job. https://github.com/Shb742/rnnoise_python can be used to handle rnnoise in python.

I am using Jetson AGX Xavier, so from a GPU standpoint it might be able to work.

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

No branches or pull requests

2 participants