Skip to content

Instantly share code, notes, and snippets.

@hisasann
Created March 20, 2015 07:48
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 hisasann/cd01e3ea5dac0de6c9eb to your computer and use it in GitHub Desktop.
Save hisasann/cd01e3ea5dac0de6c9eb to your computer and use it in GitHub Desktop.
var synthes = new SpeechSynthesisUtterance(
'うんこうんこうんこっこ'
);
synthes.lang = "ja-JP"
speechSynthesis.speak( synthes );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment