0.0.17 • Published 10 years ago

speakerbox v0.0.17

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

SpeakerBox - Web Based TTS(Text-To-Speech) Tool

Installation

 npm install --save speakerbox // --save flag stores reference in package.json

Require( ) into your app

var speakerbox = require('speakerbox');

Usage

speakerbox('URL','DOM SELECTOR', 'OPTIONAL SPEAKER', OPTIONAL CALLBACK() );

Example

var speakerbox = require('speakerbox');
// play Radiohead - Fitter Happier
speakerbox('http://songmeanings.com/songs/view/558/','#textblock');

Available Voices

GuysGirlsOthers
AlbertAgnesBad News
AlexKathyBahh
BrucePrincessBells
FredVickiBoing
JuniorVictoriaCellos
RalphDeranged
Good News
Hysterical
Pipe Organ
Trinoids
Whisper
Zarvox
0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago