Skip to content

Instantly share code, notes, and snippets.

/* Why? see http://bkardell.com/blog/Greetings-Professor-Falken.html */
class BasicVoiceSpeaker {
/*
The constructor takes an optional regexp for determining the voice
this at least lets us simplify the process of searching for a decent voice
that sort of matches something we might expect
*/
constructor(config={}) {