JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q33113F
  • License MIT

cross-platform 'say' command using Electron

Package Exports

  • says

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (says) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.