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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Here is the list of the models, and the parameters that you have to use for them
166
166
***resources/alexa/alexa-avs-sample-app/alexa.umdl**: Universal model for the hotword "Alexa" optimized for [Alexa AVS sample app](https://github.com/alexa/alexa-avs-sample-app). Set SetSensitivity to 0.6, and set ApplyFrontend to true. This is so far the best "Alexa" model we released publicly, when ApplyFrontend is set to true.
167
167
***resources/models/snowboy.umdl**: Universal model for the hotword "Snowboy". Set SetSensitivity to 0.5 and ApplyFrontend to false.
168
168
***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. Set sensitivities to "0.8,0.80" and ApplyFrontend to true.
169
-
***resources/models/smart_mirror.umdl**: Universal model for the hotword "Smart Mirror" (https://snowboy.kitt.ai/hotword/47). Set sensitivity to Sensitivity to 0.5.
169
+
***resources/models/smart_mirror.umdl**: Universal model for the hotword "Smart Mirror" (https://snowboy.kitt.ai/hotword/47). Set sensitivity to Sensitivity to 0.5, and ApplyFrontend to false.
170
170
171
171
## Precompiled node module
172
172
@@ -377,8 +377,9 @@ See [Full Documentation](http://docs.kitt.ai/snowboy).
377
377
**v1.3.0, 2/19/2018**
378
378
379
379
* Added Frontend processing for all platforms
380
-
* Added `resources/smart_mirror.umdl` for https://snowboy.kitt.ai/hotword/47
381
-
* Added `resources/jarvis.umdl` for https://snowboy.kitt.ai/hotword/29
380
+
* Added `resources/models/smart_mirror.umdl` for https://snowboy.kitt.ai/hotword/47
381
+
* Added `resources/models/jarvis.umdl` for https://snowboy.kitt.ai/hotword/29
0 commit comments