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

Implement a Noise Cancelling Solution. #102

Open
PatrickNa opened this issue Mar 4, 2019 · 4 comments
Open

Implement a Noise Cancelling Solution. #102

PatrickNa opened this issue Mar 4, 2019 · 4 comments
Assignees
Labels
Feature: Speech Status: Stale The PR or issue has been abandoned.

Comments

@PatrickNa
Copy link
Contributor

This is a must have for the speech component. During the competition it will be noisy, therefore we need to have a solution to still be able to recognize the speech.

Context

A pre-process for the speech component.

Expected Behavior

The microphone input is filtered.

Actual Behavior

Microphone input is only "filtered" by python speech recognition, but this is not very efficient.

@henrikschnor
Copy link
Contributor

I have a few pending changes for mdr_speech_recognition locally, where I got RNNoise (https://people.xiph.org/~jm/demo/rnnoise/) working. I tried combinations of this together with the voice activation detection algorithm from webrtc to improve reliability of speech input. It seems to be working quite well, however I could not test it properly yet and there are still a few things that need to be fixed/documented/improved.

I'll probably get back to it when I start implementing rasa for the "Serving Drinks" scenario.

@argenos argenos added this to the German Open 2019 milestone Mar 12, 2019
@argenos
Copy link
Contributor

argenos commented May 23, 2019

This can be closed, right?

@PatrickNa
Copy link
Contributor Author

In my opinion this is still an open issue. Current state: We are using Ubuntu's echo cancelling setting and analyze the recognized speech further. By doing this we are able to get the intention for of the user, but this holds true for restricted scenarios, only (e.g. "where is this"). If we would like to have a more open conversation we need to rely more on what has been recognized and therefore we need to have a more filtered input already.

@argenos argenos removed this from the German Open 2019 milestone May 23, 2019
@stale
Copy link

stale bot commented Aug 21, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale The PR or issue has been abandoned. label Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Speech Status: Stale The PR or issue has been abandoned.
Projects
None yet
Development

No branches or pull requests

3 participants