Skip to content

Commit

Permalink
Merge pull request Kitt-AI#563 from eqiihuu/view_glass
Browse files Browse the repository at this point in the history
add universal model for hotword View Glass
  • Loading branch information
chenguoguo authored Mar 19, 2019
2 parents f39887b + 2baef20 commit 657c8db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Here is the list of the models, and the parameters that you have to use for them
* **resources/models/neoya.umdl**: Universal model for the hotword "Neo ya" (https://snowboy.kitt.ai/hotword/22171). It has two different models for the hotword "Neo ya", so you have to use two sensitivites. Set sensitivities to "0.7,0.7", and ApplyFrontend to true.
* **resources/models/hey_extreme.umdl**: Universal model for the hotword "Hey Extreme" (https://snowboy.kitt.ai/hotword/15428). Set sensitivity to Sensitivity to 0.6, and ApplyFrontend to true.
* **resources/models/computer.umdl**: Universal model for the hotword "Computer" (https://snowboy.kitt.ai/hotword/46). Set sensitivity to Sensitivity to 0.6, 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.

## Precompiled node module

Expand Down
1 change: 1 addition & 0 deletions README_ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Snowboy底层库由C++写成,通过swig被封装成能在多种操作系统和
* **resources/models/neoya.umdl**: 唤醒词为“Neo ya”(https://snowboy.kitt.ai/hotword/22171) 的通用模型。其中包含了对应于“Neo ya”的两个>唤醒词模型,所以需要设置两个`sensitivity`。将`SetSensitivity`设置为`0.7,0.7``ApplyFrontend`设置为`true`
* **resources/models/hey_extreme.umdl**: 唤醒词为“Hey Extreme” (https://snowboy.kitt.ai/hotword/15428)的通用模型。将`SetSensitivity`设置为`0.6`,`ApplyFrontend`设置为`true`。
* **resources/models/computer.umdl**: 唤醒词为“Computer” (https://snowboy.kitt.ai/hotword/46) 的通用模型。将`SetSensitivity`设置为`0.6``ApplyFrontend`设置为`true`
* **resources/models/view_glass.umdl**: 唤醒词为“View Glass” (https://snowboy.kitt.ai/hotword/7868) 的通用模型。将`SetSensitivity`设置为`0.7``ApplyFrontend`设置为`true`

## 预编译node模块

Expand Down
Binary file added resources/models/view_glass.umdl
Binary file not shown.

0 comments on commit 657c8db

Please sign in to comment.