windows原生语音播报方法

[复制链接]
test 发表于 2022-10-28 16:12:49 | 显示全部楼层 |阅读模式
[JavaScript] 纯文本查看 复制代码
<script>
    var utterThis = new window.SpeechSynthesisUtterance('指尖互联,windows原生语音播报方法');
    utterThis.pitch=1
    utterThis.rate=0.6
    utterThis.voiceURI='BaiduMandarinMale'
    window.speechSynthesis.speak(utterThis);
</script>
我有罪
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

快速回复 返回顶部 返回列表