let msg = new SpeechSynthesisUtterance("你好");msg.rate=4;msg.pitch=10;msg.text="您好趙";msg.volume=1;speechSynthesis.speak(msg);
var synth = window.speechSynthesis;
undefined
var voices = synth.getVoices();
msg.voice=voices[16]
let msg = new SpeechSynthesisUtterance("你好");msg.rate=4;msg.pitch=10;msg.text="您好趙";msg.volume=1;speechSynthesis.speak(msg);
var synth = window.speechSynthesis;
undefined
var voices = synth.getVoices();
msg.voice=voices[16]
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。