Skip to content

Instantly share code, notes, and snippets.

@kaplanmaxe
Last active February 18, 2017 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaplanmaxe/e23f70c4661a5736bfa78e0e5f27c6e2 to your computer and use it in GitHub Desktop.
Save kaplanmaxe/e23f70c4661a5736bfa78e0e5f27c6e2 to your computer and use it in GitHub Desktop.
JS Speech Synthesis
const msg = new SpeechSynthesisUtterance('hello, max');
window.speechSynthesis.speak(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment