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

use it only for hotword detection #16

Open
helloworldkr opened this issue Feb 3, 2020 · 4 comments
Open

use it only for hotword detection #16

helloworldkr opened this issue Feb 3, 2020 · 4 comments

Comments

@helloworldkr
Copy link

We want to have the only hotword detection separate from avs. We want to use our own speech recognition system. We are finding that difficult.
Please guide us through this

@KillingJacky
Copy link
Contributor

Sorry I can't get your point, could you clarify your expression ?

@sskorol
Copy link

sskorol commented Dec 29, 2020

@helloworldkr check the project I've created for exactly the same purpose. It streams pre-processed audio chunks from Respeacker Core V2 to the custom ASR engine.

@solidssss
Copy link

solidssss commented Apr 2, 2021

@helloworldkr check the project I've created for exactly the same purpose. It streams pre-processed audio chunks from Respeacker Core V2 to the custom ASR engine.

Will this stream the audio with AEC and filtering enabled? So I can play music from the respeaker and it will send the filtered audio to the ASR engine?

It would be nice if the respeaker core v2 was compatible with Rhasspy, it works but it does not filter noisy audio from the playback with Rhasspy...Maybe this will somehow be compatible with Rhasspy? Rhasspy also uses websockets

@sskorol
Copy link

sskorol commented Apr 2, 2021

@solidssss I'm not using Rhasspy. But the library I referenced applies AEC, as well as NS, AGC, WWE, etc. Also note that Respeaker doesn't perform any DSP out of the box. It's possible only via librespeaker library that applies Alango algorithms. So if you just play an audio w/o librespeaker, AEC won't work.

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

4 participants