speakerbox

0.0.17 • Public • Published

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

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

/speakerbox/

    Package Sidebar

    Install

    npm i speakerbox

    Weekly Downloads

    5

    Version

    0.0.17

    License

    MIT

    Last publish

    Collaborators

    • jeffscottward