Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML5 SpeechSynthesis API:可用语音列表是如何填充的?_Html_Text To Speech_Speech Synthesis - Fatal编程技术网

HTML5 SpeechSynthesis API:可用语音列表是如何填充的?

HTML5 SpeechSynthesis API:可用语音列表是如何填充的?,html,text-to-speech,speech-synthesis,Html,Text To Speech,Speech Synthesis,Chrome(从v33开始)和Firefox(从v49开始)支持HTML Web语音合成API 调用window.speechSynthesis.getVoices()时,您会得到可用语音的列表 我想知道这个列表是如何在不同的平台和浏览器中填充的。用户是否有可能安装新的语音 没有提到任何填充声音列表的具体方式,也没有提到或

Chrome(从v33开始)和Firefox(从v49开始)支持HTML Web语音合成API

调用
window.speechSynthesis.getVoices()
时,您会得到可用语音的列表

我想知道这个列表是如何在不同的平台和浏览器中填充的。用户是否有可能安装新的语音

没有提到任何填充声音列表的具体方式,也没有提到或