Skip to content

Instantly share code, notes, and snippets.

@usmaanalii
Created August 23, 2017 07:39
Show Gist options
  • Save usmaanalii/42f72f3c149a214878b25254e2d6af1f to your computer and use it in GitHub Desktop.
Save usmaanalii/42f72f3c149a214878b25254e2d6af1f to your computer and use it in GitHub Desktop.
const msg = new SpeechSynthesisUtterance();
// Example properties used
msg.lang;
msg.pitch;
msg.rate;
msg.text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment