Skip to content

Instantly share code, notes, and snippets.

@zhusee2
Created July 23, 2013 11:45
Show Gist options
  • Select an option

  • Save zhusee2/6061756 to your computer and use it in GitHub Desktop.

Select an option

Save zhusee2/6061756 to your computer and use it in GitHub Desktop.
var u = new SpeechSynthesisUtterance("持續檢討 積極改進 上緊發條 全力以赴");
u.lang = "zh-TW" // So system knows the right voice to use
window.speechSynthesis.speak(u);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment