获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序在 ios createInnerAudioContext 播放bug?
const iac = wx.createInnerAudioContext({ useWebAudioImplement: true }) iac.src = this.audioSrcs[name + ''] iac.play(); ios多次重复播报会导致系统卡死,无法继续播报语音,今天之前可以正常使用的,安卓正常的
2022-06-15 - tensorflow的新模型movenet在华为机型上关节点识别会不存在,时有时无,其他机型没有问题
tensorflow的新模型movenet在华为机型上关节点识别会不存在,时有时无,其他机型没有问题,在谷歌官方h5 demo上面华为机型还可以支持 ios版本 [图片] 华为平板M6 [图片]
2021-12-08 - 微信开发工具点击直接闪退
微信开发者工具加载项目,进入首页,点击页面路由跳转直接闪退,没有任何崩溃提示。工具版本1.05.2110290,系统macos 12.0.1,intel版本
2021-11-05 - tfjs 报rangeerror length out of range of buffer
在ios14.5以上版本 const temp = tf.tensor(new Uint8Array(frame.data), [frame.height, frame.width, 4]) 报range error length out of range of buffer,其他ios版本没有问题
2021-05-06