diff --git a/README.md b/README.md index fdf72d5e..4eabfd8e 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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) diff --git a/package.json b/package.json index 1b760296..fae4e763 100644 --- a/package.json +++ b/package.json @@ -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": {