This agent uses Google Chrome's speech to text capabilities to provide voice recognition for Zeus.
- Google Chrome
- node v0.10
- bunyan for pretty printed logs
-
Install the Chrome app.
-
Clone this repo and run
npm install
.
-
Run Chrome and start the app.
-
Run the Chrome STT agent with:
$ node index.js --logfile chrome-stt.log 2>&1 | bunyan
- Chrome STT uses Google speech recognition built into Google Chrome to do speech-to-text. It is listening as long as the Chrome app is running, and all the while your microphone stream is being sent to Google.
GPLv3