respeaker_python_library icon indicating copy to clipboard operation
respeaker_python_library copied to clipboard

Wake word is not working

Open titusece opened this issue 7 years ago • 5 comments

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 $ 

titusece avatar Jan 24 '18 14:01 titusece

Maybe have a try to decrease the threshold:

hello /1e-40/

xiongyihui avatar Jan 25 '18 08:01 xiongyihui

Thank you. Let me try and update you.

titusece avatar Jan 26 '18 15:01 titusece

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

premanandmanimaran avatar Jan 28 '19 16:01 premanandmanimaran

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

theronic avatar Feb 09 '19 12:02 theronic

@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.

xiongyihui avatar Feb 13 '19 01:02 xiongyihui