Skip to content

HendrikPrinsZA/basic-tts-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Text to speech to speaker

Resources

License

Stars

Watchers

Forks

Packages

No packages published