This is the text to speech agent for Zeus.
Clone the repo, cd
into it and run npm install
.
$ node index.js --logfile speak.log 2>&1 | bunyan
- To change the TTS implementation, set
use
to true for that implementation inconfig.json
.
- On OS X,
speak
uses the built in voices. - On Linux,
speak
uses Festival if it is installed. If not, you can opt-in to using Google TTS which requires VLC to be installed.
GPLv3