Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evancohen committed Jan 9, 2019
1 parent b7619bc commit da627ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down

0 comments on commit da627ea

Please sign in to comment.