Search

8/19/2014

Web Speech API (I): 使用 SpeechSynthesis 讓瀏覽器講話 « The Front Row

Web Speech API (I): 使用 SpeechSynthesis 讓瀏覽器講話 « The Front Row

var u = new SpeechSynthesisUtterance("持續檢討 積極改進 上緊發條 全力以赴");
u.lang = "zh-TW" // So system knows the right voice to use
 
window.speechSynthesis.speak(u);

沒有留言: