https://developers.weixin.qq.com/s/8OZfX4mZ7qe0
android版微信升级7.0.10后,tensorflow.js模型跑不出数据了?https://github.com/xueyan1/wx_TensorFlow 这个例子,在7.0.9中跑的没问题,在7.0.10中跑,所有的pose识别的可信值均为0,位置都为负数。
2020-01-02开发工具,ios版没有这个问题
android微信backgroundaudiomanager播放网络mp3片断android微信backgroundaudiomanager播放网络mp3片断时,高概率播放不了,设置src/startTime和调用backgroundaudiomanger.play()函数,不回调onPlay,再播放一次就又可以了 手机是小米8,稳定版10.3.6,android9
2019-09-11const audio = wx.getBackgroundAudioManager() audio.title = '测试饮品' audio.protocol = 'hls' audio.epname = '专辑名' audio.singer = '歌手名' audio.coverImgUrl = 'https://xxx/xxx.jpg' audio.src = 'http://xxx/xxx.aac' console.log('start') audio.onError((res) => { console.log(res) })
微信android7.0.6版不能播放aac文件微信小程序用backgrouaudiomanager播放aac网络流,开发工具可以正常播放,ios版微信可以正常播放,android版(7.0.6)提示文件错误(10004)。 手机是小米8,稳定版10.3.5,android9
2019-09-02