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

Wake word is not working #36

Open
titusece opened this issue Jan 24, 2018 · 5 comments
Open

Wake word is not working #36

titusece opened this issue Jan 24, 2018 · 5 comments

Comments

@titusece
Copy link

Hello,
I have edited the files like below to add the wake word, seems alexa itself is not working for me and new 'hello' word.
Able to detect the 'respeaker' only.
Can you please help with that ?

pi@raspberrypi:~/respeaker_python_library/examples $ cat ../respeaker/pocketsphinx-data/dictionary.txt 
respeaker	R IY S P IY K ER
alexa	AH L EH K S AH
play	P L EY
music	M Y UW Z IH K
hello	HH AH L OW
pi@raspberrypi:~/respeaker_python_library/examples $ cat ../respeaker/pocketsphinx-data/keywords.txt 
respeaker /1e-30/
alexa /1e-30/
play music /1e-40/
hello	/1e-30/
pi@raspberrypi:~/respeaker_python_library/examples $ 
@xiongyihui
Copy link
Contributor

Maybe have a try to decrease the threshold:

hello /1e-40/

@titusece
Copy link
Author

Thank you.
Let me try and update you.

@premanandmanimaran
Copy link

Wake word is not working even after decreasing the threshold. I have updated the Keyword file too.
When i try it with respeaker wake word it works, but when i change the wake word to custom word its not working.
Do i need to update this anywhere else?
Also How to make the microphone more sensitive ? Cause i have to go very close even with default 'respeaker' wake word.

Please help Xiongyihui

Prem

@theronic
Copy link

theronic commented Feb 9, 2019

What to do after changing wake words, do you need to restart some service?

@xiongyihui
Copy link
Contributor

@theronic If the recognition program is started, a restart is required.

@premanandmanimaran If your keyword can not be detected, you can adapt your voice with current acoustic module. See http://cmusphinx.sourceforge.net/wiki/tutorialadapt.
It will effectively improve individual keyword recognition.

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