Hello,
I would like to implement a hotword to "wake" the entire system. After speaking the hotword, another listening routine is done to listen for commands.
Example: Hotword: "Ok, Billy." (Wake the system) Command: "Light on." (Send serial command)
How should I modify the continuous.c to produce such routine? Currently, I have the following command:
pocketsphinx_continuous -inmic yes -lm 0923.lm -dict 0923.dic
Thank you!
This is my continuous.c. I hope this helps.
https://cmusphinx.github.io/wiki/tutorialpocketsphinx/#searches https://cmusphinx.github.io/wiki/tutoriallm/#keyword-lists https://stackoverflow.com/questions/5184233/keyword-spotting-in-speech https://stackoverflow.com/questions/39069614/pocketsphinx-how-to-switch-from-keyword-spotting-to-grammar-mode
Log in to post a comment.
Hello,
I would like to implement a hotword to "wake" the entire system. After speaking the hotword, another listening routine is done to listen for commands.
Example:
Hotword: "Ok, Billy." (Wake the system)
Command: "Light on." (Send serial command)
How should I modify the continuous.c to produce such routine?
Currently, I have the following command:
pocketsphinx_continuous -inmic yes -lm 0923.lm -dict 0923.dic
Thank you!
This is my continuous.c. I hope this helps.
https://cmusphinx.github.io/wiki/tutorialpocketsphinx/#searches
https://cmusphinx.github.io/wiki/tutoriallm/#keyword-lists
https://stackoverflow.com/questions/5184233/keyword-spotting-in-speech
https://stackoverflow.com/questions/39069614/pocketsphinx-how-to-switch-from-keyword-spotting-to-grammar-mode