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
useto true for that implementation inconfig.json.
- On OS X,
speakuses the built in voices. - On Linux,
speakuses Festival if it is installed. If not, you can opt-in to using Google TTS which requires VLC to be installed.
GPLv3