speakerbox
v0.0.17
Published
TTS(Text-To-Speech) Tool for the Web
Readme
SpeakerBox - Web Based TTS(Text-To-Speech) Tool
Installation
npm install --save speakerbox // --save flag stores reference in package.jsonRequire( ) 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
| Guys | Girls | Others | |:--------|:---------:|----------:| | Albert | Agnes | Bad News | Alex | Kathy | Bahh | Bruce | Princess | Bells | Fred | Vicki | Boing | Junior | Victoria | Cellos | Ralph | | Deranged | | | Good News | | | Hysterical | | | Pipe Organ | | | Trinoids | | | Whisper | | | Zarvox
