赞
踩
有道: new Audio("http://tts.youdao.com/fanyivoice?word=你好,我是你好&le=zh&keyfrom=speaker-target").play();
搜狗:"https://fanyi.sogou.com/reventondc/synthesis?text=%E4%BD%A0%E5%A5%BD%E5%95%8A&speed=1&lang=zh-CHS&from=translateweb&speaker=6"
text 要转换的文本
speed 语速 1~?(我测试到15都还可以) 越大,语速越慢
lan 语言类型
lan=en 英文
lan = zh-CHS 中文
from 没搞明白 (我猜应该是获取你是从哪里请求的,哪种方式请求的)
speaker 语音类型 1-6的数字
百度:"https://tts.baidu.com/text2audio?lan=zh&ie=UTF-8&cuid=baike&ctp=1&pdt=301&vol=9&rate=32&per=0&tex=" + encodeURI('您有新任务,请及时处理。')
、、、、、、、、、、、、、、、、、、
<input οnclick="yuyin()" type="button">
//点击可以播报
<script>
var map = new SpeechSynthesisUtterance("学无止境");
var yyerror = new SpeechSynthesisUtterance("我爱学习")
function yuyin() {
speechSynthesis.speak(map)
}
yuyin()
</script>
解决办法在鼠标右击Chrome快捷图标=>属性=>快捷方式=>目标加入--autoplay-policy=no-user-gesture-required即可,如下图所示:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。