1.0.2 • Published 9 years ago

says v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

says

experimental

Cross-platform 'say' command using Electron.

Experimental / proof-of-concept.

Install

npm install says -g

Example

says --voice=zarvox 'woah dude'

Usage

NPM

Usage:
  says [opt] message

Options
  --voices  list all voices and exit
  --voice   the name of the voice, like Alex or Zarvox
  --lang    the language, like en-US

Some interesting voices to try:

says --voice="good news" 'i am a robot'
says --voice=whisper 'i see dead people'
says --voice=daniel 'bond, james bond'

Another example, using random sun-tzu-quotes.

npm install sun-tzu-quotes -g
says --voice=daniel `sun-tzu-quotes`

License

MIT, see LICENSE.md for details.