From ae8ba6803cea4eca04b0c93a7ca8d3e9c3e14713 Mon Sep 17 00:00:00 2001 From: chenguoguo Date: Fri, 24 Mar 2017 18:05:01 -0700 Subject: [PATCH 1/3] v1.2.0: updated node to 1.2.0 [publish binary] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 9f98540afbcdff2fbe23489eb0b5ad794267d54c Mon Sep 17 00:00:00 2001 From: chenguoguo Date: Fri, 24 Mar 2017 18:23:08 -0700 Subject: [PATCH 2/3] v1.2.0: small readme fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdf72d5e..5cf75a19 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** From 3b932c3bb21feef439c75f086d7833b3f254f94f Mon Sep 17 00:00:00 2001 From: chenguoguo Date: Fri, 24 Mar 2017 18:27:46 -0700 Subject: [PATCH 3/3] v1.2.0: give credit to both @evancohen and @nekuz0r regarding the Node module. Sorry we forgot to add @nekuz0r in the previous release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf75a19..4eabfd8e 100644 --- a/README.md +++ b/README.md @@ -131,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)