says

cross-platform 'say' command using Electron

Usage no npm install needed!

<script type="module">
  import says from 'https://cdn.skypack.dev/says';
</script>

README

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.