View on GitHub

Polyfill-speechsynthesis

Enables window.speechSynthesis on browsers without native support.

Download this project as a .zip file Download this project as a tar.gz file

polyfill-speechsynthesis

Enables window.speechSynthesis and window.SpeechSynthesisUtterance on browsers without native support.

Demo

Getting started

bower install polyfill-speechsynthesis --save

Usage

var speech = new SpeechSynthesisUtterance('Hello, world!');
window.speechSynthesis.speak(speech);

A demo page is included in ./demo/index.html

Versions

0.0.3

Added a Grunt file with JSHint and Uglify Added a minified version of the polyfill (file size ~0.5 KB) Added source maps

0.0.2

Added CORS Proxy Bug fixes

0.0.1

Initial release

Bitdeli Badge