pocketsphinx-android-demo
pocketsphinx-android-demo copied to clipboard
How to dynamically add wake-up words?
How to dynamically add wake-up words?Can you do this by modifying the wake-up words in the resource file?Are there libraries that generate wake-up word formats offline?
recognizer.addKeyphraseSearch(KWS_SEARCH, KEYPHRASE); you can change KEYPHRASE to other wake-up words you want. Note that keyword must be lowercase, in my testing, it doesn't work if the keyword is uppercase.