I'm building a software that uses pocketsphinx to recognize only one single word - wake up word and then uses Google speach recognition to recognize everything I say in 2 seconds after "waking up".
The problem I have is that my wake up word is not in English. The problem is the following: I need to train pocketsphinx in keyword spotting mode to reliably recognize one single non-English word that will always be said by me personally (so no multiple speakers). To me this sounds like a simplest possible scenario for keyword recognition but I still cannot find simple way to train pocketsphinx to do so. Does anyone have any link or article where I can do this simply (one single wake up word that will be spoken by myself only).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm building a software that uses pocketsphinx to recognize only one single word - wake up word and then uses Google speach recognition to recognize everything I say in 2 seconds after "waking up".
The problem I have is that my wake up word is not in English. The problem is the following: I need to train pocketsphinx in keyword spotting mode to reliably recognize one single non-English word that will always be said by me personally (so no multiple speakers). To me this sounds like a simplest possible scenario for keyword recognition but I still cannot find simple way to train pocketsphinx to do so. Does anyone have any link or article where I can do this simply (one single wake up word that will be spoken by myself only).
Pocketsphinx does not support this, you can use snowboy instead.