Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:Kitt-AI/snowboy into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen committed Mar 25, 2017
2 parents 2a53889 + 3b932c3 commit 814cdb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Version: 1.2.0 (3/25/2017)
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.

**Performance**

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:

* **resources/alexa/SnowboyAlexaDemo.apk**
Expand Down Expand Up @@ -130,7 +131,7 @@ Currently we have built wrappers for:

* Java/Android
* Go (thanks to @brentnd)
* Node (thanks to @evancohen)
* Node (thanks to @evancohen and @nekuz0r)
* Perl (thanks to @iboguslavsky)
* Python
* iOS/Swift3 (thanks to @grimlockrocks)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowboy",
"version": "1.1.1",
"version": "1.2.0",
"description": "Snowboy is a customizable hotword detection engine",
"main": "lib/node/index.js",
"binary": {
Expand Down

0 comments on commit 814cdb7

Please sign in to comment.