pocketsphinx-android-demo icon indicating copy to clipboard operation
pocketsphinx-android-demo copied to clipboard

How to dynamically add wake-up words?

Open zlybestrong opened this issue 4 years ago • 1 comments

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?

zlybestrong avatar Jan 25 '21 08:01 zlybestrong

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.

DarkSherlock avatar Mar 29 '21 09:03 DarkSherlock