/jquery.speak

This plugin eases the use of text-to-speech, with Chrome.

Primary LanguageJavaScript

jquery.speak

Chrome can speak, and this plugin makes it dead simple.

$.speak('I can speak!');

// The `talkative` flag shows if Speech is supported.
$.speak.talkative; // True or false.

// There's also a shortcut, if you'd like to verbalize a form input, or other element.
$('#element').speak();

Bower
jquery.speak