摘要: import base64import jsonimport timeimport hashlibimport requests# API请求地址、API KEY、APP ID等参数,提前填好备用api_url = "http://api.xfyun.cn/v1/service/v1/tts"API 阅读全文
posted @ 2019-04-10 23:46 Luciferl 阅读(2629) 评论(0) 推荐(0)
摘要: 1.数据采集 音频采集 2.内容图文列表 (跟dom对象实现) 3.内容播放页面 plus.audio.createPlayer(path) 参考h5plus 4.模拟一个web玩具 5.通过websocket将音频发送至玩具端 app发送{msg:'filename'} web端接收6.用户数据校 阅读全文
posted @ 2019-04-10 01:09 Luciferl 阅读(217) 评论(0) 推荐(0)