diff --git a/README.md b/README.md index be498038..c60c25c6 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,8 @@ Here is the list of the models, and the parameters that you have to use for them * **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. * **resources/models/snowboy.umdl**: Universal model for the hotword "Snowboy". Set SetSensitivity to 0.5 and ApplyFrontend to false. * **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. -* **resources/models/smart_mirror.umdl**: Universal model for the hotword "Smart Mirror" (https://snowboy.kitt.ai/hotword/47). Set Sensitivity to 0.5, and ApplyFrontend to false. -* **resources/models/subex.umdl**: Universal model for the hotword "Subex". Set Sensitivity to 0.5, and ApplyFrontend to true. -* **resources/models/view_glass.umdl**: Universal model for the hotword "View Glass" (https://snowboy.kitt.ai/hotword/7868). Set Sensitivity to 0.7, and ApplyFrontend to true. +* **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. +* **resources/models/subex.umdl**: Universal model for the hotword "Subex". Set sensitivity to Sensitivity to 0.5, and ApplyFrontend to true. ## Precompiled node module diff --git a/README_ZH_CN.md b/README_ZH_CN.md index 57e4ef9b..baec1923 100644 --- a/README_ZH_CN.md +++ b/README_ZH_CN.md @@ -158,7 +158,6 @@ Snowboy底层库由C++写成,通过swig被封装成能在多种操作系统和 * **resources/models/snowboy.umdl**:唤醒词为“snowboy”的通用模型。将`SetSensitivity`设置为`0.5`,`ApplyFrontend`设置为`false`。 * **resources/models/jarvis.umdl**: 唤醒词为“Jarvis” (https://snowboy.kitt.ai/hotword/29)的通用模型,其中包含了对应于“Jarvis”的两个唤醒词模型,所以需要设置两个`sensitivity`。将`SetSensitivity`设置为`0.8,0.8`,`ApplyFrontend`设置为`true`。 * **resources/models/smart_mirror.umdl**: 唤醒词为“Smart Mirror” (https://snowboy.kitt.ai/hotword/47)的通用模型。将`SetSensitivity`设置为`0.5`,`ApplyFrontend`设置为`false`。 -* **resources/models/view_glass.umdl**: 唤醒词为“View Glass” (https://snowboy.kitt.ai/hotword/7868) 的通用模型。将`SetSensitivity`设置为`0.7`,`ApplyFrontend`设置为`true`。 ## 预编译node模块 diff --git a/resources/models/view_glass.umdl b/resources/models/view_glass.umdl deleted file mode 100644 index e367dfba..00000000 Binary files a/resources/models/view_glass.umdl and /dev/null differ