小程序
小游戏
企业微信
微信支付
扫描小程序码分享
使用微信工具重新编译该页面的时候可以执行这个文字转语音的方法,但是停留在这个页面10分钟以后,重新点击执行文字转语音时报错:语音合成内部错误
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个问题我也遇到了?请问楼主怎解决的。
msg: "text to speech inner server failed." retcode: -20003
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
微信同声传译,真机调试 合成文字转语音,延迟很严重,怎么解决?
楼主这个bug最后是怎么解决的
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个问题我也遇到了?请问楼主怎解决的。
msg: "text to speech inner server failed." retcode: -20003
微信同声传译,真机调试 合成文字转语音,延迟很严重,怎么解决?
楼主这个bug最后是怎么解决的
楼主这个bug最后是怎么解决的
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
lang: "zh_CN",
tts: true,
content: content,
success: function (res) {
//console.log("succ tts", res.filename);
that.setData({
src: res.filename
})
that.yuyinPlay();
},
fail: function (res) {
console.log("fail tts", res)
}
})
{retcode: -20003, msg: "text to speech inner server failed."}
贴一下出现问题的微信号,出现问题的时间点(精确到分钟)