Simple text-to-speech function in supported browsers
:warning: Experimental Technology :warning:
Very limited browser support. Please check the compatability table for info.
---$ npm install --save browser-speak
const speak = require('browser-speak');
speak('unicorns');
//=> :speaker: "unicorns"
speak('another voice', 8);
//=> :speaker: "another voice"
Type: string
The message to be said.
Type: integer
Default: 0
The voice index to speak with.
MIT © Luke Edwards