Skip to content

Instantly share code, notes, and snippets.

@joe-watkins
Created February 17, 2014 19:46
Show Gist options
  • Save joe-watkins/9057562 to your computer and use it in GitHub Desktop.
Save joe-watkins/9057562 to your computer and use it in GitHub Desktop.
A Pen by Joe Watkins.
<!-- chrome canary or iOS7 -->
/* https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section */
var u = new SpeechSynthesisUtterance();
u.text = "Well I'll be dipped in buttermilk";
speechSynthesis.speak(u);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment