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
+29-13Lines changed: 29 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,17 @@ by [KITT.AI](http://kitt.ai).
10
10
11
11
(The discussion group is new since September 2016 as we are getting many messages every day. Please send general questions there. For bugs, use Github issues.)
12
12
13
-
Version: 1.1.1 (3/24/2017)
13
+
Version: 1.2.0 (3/25/2017)
14
14
15
15
## Alexa support
16
16
17
-
Snowboy now brings hands-free experience to the [Alexa AVS sample app](https://github.com/alexa/alexa-avs-sample-app) on Raspberry Pi! Here is how you can use other Snowboy models
17
+
Snowboy now brings hands-free experience to the [Alexa AVS sample app](https://github.com/alexa/alexa-avs-sample-app) on Raspberry Pi! See more info below regarding the performance and how you can use other hotword models.
18
+
19
+
**Performance**
20
+
21
+
The performance of hotword detection usually depends on the actually environment, e.g., is it used with a quality microphone, is it used on the street, in a kitchen, or is there any background noise, etc. So we feel it is best for the users to evaluate it in their real environment. For the evaluation purpose, we have prepared an Android app which can be installed and run out of box. The app is here:
22
+
23
+
***resources/alexa/SnowboyAlexaDemo.apk**
18
24
19
25
**Personal model**
20
26
* Create your personal hotword model through our [website](https://snowboy.kitt.ai) or [hotword API](https://snowboy.kitt.ai/api/v1/train/)
@@ -125,7 +131,7 @@ Currently we have built wrappers for:
125
131
126
132
* Java/Android
127
133
* Go (thanks to @brentnd)
128
-
* Node (thanks to @evancohen)
134
+
* Node (thanks to @evancohen and @nekuz0r)
129
135
* Perl (thanks to @iboguslavsky)
130
136
* Python
131
137
* iOS/Swift3 (thanks to @grimlockrocks)
@@ -160,10 +166,15 @@ Here is the list of the models, and the parameters that you have to use for them
160
166
***resources/snowboy.umdl**: Universal model for the hotword "Snowboy". Set
161
167
SetSensitivity to 0.5 for better performance.
162
168
***resources/alexa.umdl**: Universal model for the hotword "Alexa". Set
163
-
SetSensitivity to 0.5, and preferably set ApplyFrontend to true. This model is
164
-
depressed.
165
-
***resources/alexa_02092017.umdl**: Universal model for the hotword "Alexa". This
166
-
is still work in progress. Set SetSensitivity to 0.15.
169
+
SetSensitivity to 0.5, and preferably set ApplyFrontend (only works on Raspberry
170
+
Pi) to true. This model is depressed.
171
+
***resources/alexa/alexa_02092017.umdl**: Universal model for the hotword
172
+
"Alexa". This is still work in progress. Set SetSensitivity to 0.15.
173
+
***resources/alexa/alexa-avs-sample-app/alexa.umdl**: Universal model for the
174
+
hotword "Alexa" optimized for [Alexa AVS sample app](https://github.com/alexa/alexa-avs-sample-app).
175
+
Set SetSensitivity to 0.6, and set ApplyFrontend (only works on Raspberry Pi)
176
+
to true. This is so far the best "Alexa" model we released publicly, when
177
+
ApplyFrontend is set to true.
167
178
168
179
## Precompiled node module
169
180
@@ -178,13 +189,13 @@ dependencies like `fs`, `wav` or `node-record-lpcm16` depending on which script
178
189
you use.
179
190
180
191
## Precompiled Binaries with Python Demo
181
-
* 64 bit Ubuntu [12.04](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1204-x86_64-1.1.1.tar.bz2)
* Intel Edison (Ubilinux based on Debian Wheezy 7.8) ([download](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/edison-ubilinux-1.1.1.tar.bz2))
* Intel Edison (Ubilinux based on Debian Wheezy 7.8) ([download](https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/edison-ubilinux-1.2.0.tar.bz2))
188
199
189
200
If you want to compile a version against your own environment/language, read on.
190
201
@@ -372,6 +383,11 @@ See [Full Documentation](http://docs.kitt.ai/snowboy).
372
383
373
384
## Change Log
374
385
386
+
**v1.2.0, 3/25/2017**
387
+
388
+
* Added better Alexa model for [Alexa AVS sample app](https://github.com/alexa/alexa-avs-sample-app)
389
+
* New decoder that works well for short hotwords like Alexa
0 commit comments