Closed nouser2013 closed 6 years ago
Are you able to run offline_voice_assistant.py? Check if pocketsphinx does work or not
To change the keyword, after modifying dictionary.txt and keywords.txt, replace "alexa" with your keyword at https://github.com/respeaker/avs/blob/master/avs/main.py#L105
Hi, yes, it works now. Though, I must say that the PS engine is quite useless as configured here. It detects the Alexa keyword from me walking around, and, moreover, from AVS speechout. In any case, I changed the wake word, but had to introduce a flag which is set between https://github.com/respeaker/avs/blob/master/avs/main.py#L93 and L94 and cleared in on_finished.
https://github.com/respeaker/avs/blob/master/avs/main.py#L105 evaluates the flag and does nothing if device is currently speaking. I guess this can be closed.
Hi: I am having the same issue as you described here. I just got ":on_ready" message. I am trying to run offline_voice_assistant.py but the detection is not good. I an accuracy more than 30%. Is it possible to do something like training the model again or so?.
How can I install for example Snowboy? How can I install libatlas-base-dev swig?
Kind regards.
I do know about pocket sphinx, dictionary and the keyword file.
Installed with pip, and everything including
alexa-tap
is working. But, runningalexa
will not make the respeaker device start listening as a ENTER key press would withalexa-tap
.What am I doing wrong?
Also, how would I change the wake word to something different, if I already put the appropriate entries into
dictionary.txt
andkeywords.txt
and the word is "jane" instead of "alexa"?Thanks.