-
Notifications
You must be signed in to change notification settings - Fork 8
Setting up jarvis.umdl #74
Comments
Sorry for my absence, I was stuck in my real world. sorry again. Anyway, Maybe this could be help. file: 'resources/models/jarvis.umdl',
sensitivity: '0.8,0.80',
hotwords: ['jarvis','jarvis'] |
No problem man, real world unfortunately comes first haha. I replaced what you said in my module and FINALLY it recognized the jarvis hotword when I said it but the microphone immediately turned red and did not respond to my command. I did a
|
Just for giggles I tried using resources/models/jarvis.umdl: Universal model for the hotword "Jarvis" (https://snowboy.kitt.ai/hotword/29). It has two different models for the hotword Jarvis, so you have to use two sensitivites and two hotwords. Set sensitivities to "0.8,0.80", hotwords to "['jarvis1','jarvis2']" and ApplyFrontend to true. from one of the snowboy PR's Kitt-AI/snowboy@9c1c9a9 but that didn't work either. |
I doubt it is not related with snowboy. |
I just got this fully working finally and the last step I would like to do is change my assistant .umdl to jarvis instead of snowboy. I see that you need to put 2 sensitivities in for jarvis and also change the ApplyFrontend to true. I am completely lost on how to do this, I don't know a whole lot about coding so bare with me please! Would these changes just be a matter of editing the module in the config.js or do I need to go somewhere else to make the changes?
Thanks in advance!
The text was updated successfully, but these errors were encountered: