says

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i says

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mattdesl