0.2.3 • Published 7 years ago
@hendrikprinsza/basic-tts-player v0.2.3
basic-tts-player

Convert text to speech and play the sound
npm i @hendrikprinsza/basic-tts-playerInstall
npm i @hendrikprinsza/basic-tts-playerUsage
var bTtsPlayer = require('basic-tts-player');
bTtsPlayer("Hello, this is a test string");CLI
Install:
$ npm install -g @hendrikprinsza/basic-tts-playerUse:
Usage: basic-tts-player [string]
Text to speech to speaker
Options:
-h, --help output usage information
-v, --version output version number
Usage Example
$ basic-tts-player "Hello, this is a simple string"