0.2.3 • Published 6 years ago

@hendrikprinsza/basic-tts-player v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

basic-tts-player NPM version License Downloads

Convert text to speech and play the sound

npm i @hendrikprinsza/basic-tts-player

Install

npm i @hendrikprinsza/basic-tts-player

Usage

var bTtsPlayer = require('basic-tts-player');

bTtsPlayer("Hello, this is a test string");

CLI

Install:

$ npm install -g @hendrikprinsza/basic-tts-player

Use:

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"

License: MIT

0.2.3

6 years ago

0.2.0

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago