From da627ea07f0ff2a8f481461bcd84017a1e2ba93e Mon Sep 17 00:00:00 2001 From: Evan Cohen Date: Thu, 10 Jan 2019 05:01:24 +0700 Subject: [PATCH] Version 1.0.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33c622a..d81cb22 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ brew install sox Configure out cloud speech recognition system of choice, like [Google Cloud Speech API](https://cloud.google.com/speech/docs/getting-started). -__Note:__ You need to use the `GOOGLE_APPLICATION_CREDENTIALS` environment variable for your JSON keyfile. +__Note:__ You need to use the `GOOGLE_APPLICATION_CREDENTIALS` environment variable for your JSON keyfile, or check the examples to see how you can pass in the keyflie path. Add sonus and said recognizer: ``` javascript diff --git a/package.json b/package.json index c254132..9a93061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonus", - "version": "0.2.0-rc1", + "version": "1.0.0", "description": "Open source cross platform decentralized always-on speech recognition framework", "main": "index.js", "scripts": { @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/evancohen/sonus#readme", "dependencies": { - "@google-cloud/speech": "^2.1.1", + "@google-cloud/speech": "^2.1.2", "node-record-lpcm16": "^0.3.1", "snowboy": "^1.2.0" },