You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: