0.0.17 • Published 12 years ago
speakerbox v0.0.17
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 |
0.0.17
12 years ago
0.0.16
12 years ago
0.0.15
12 years ago
0.0.14
12 years ago
0.0.13
12 years ago
0.0.12
12 years ago
0.0.11
12 years ago
0.0.10
12 years ago
0.0.9
12 years ago
0.0.8
12 years ago
0.0.7
12 years ago
0.0.6
12 years ago
0.0.5
12 years ago
0.0.4
12 years ago
0.0.3
12 years ago
0.0.2
12 years ago
0.0.1
12 years ago
0.0.0
12 years ago