rcbyron / hey-athena-client

Your personal voice assistant

Home Page:https://heyathena.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wake Up Word

PhDinBlunts opened this issue · comments

I would like to change the wake up word to "help". I followed the instructions as best I could, but it does not work for me. I changed the WAKE_UP_WORD in settings.py to "help", I uncommented the POCKET_DICT = join(DATA_DIR, 'athena.dict') line, and I editted the athena.dict so the only line in it is "help HH EH L P"

After all that, it still doesnt work. Any advice? Below are pictures of the editted code.

athena dict
settings 1
settings 2

It looks like there is an extra space before the second "POCKET_DICT" line which should throw a syntax error in Python. Other than that, everything looks good. I just tried it on my machine and it works fine with "help HH EH L P" added. Did the word "athena" work? Does it hang on the "Waiting to be woken up..." part? If so, a better microphone might help as the key word recognition is far from perfect. I've noticed it helps to say the wake up word at different pitches/speeds/loudness.

I fixed it. Turns out I'm just a dumbass. I was editing the wrong file the whole time qq.