seek方法在音频暂停时不起作用

发布于 7 年前作者 xiawen17301 次浏览最后编辑 7 年前来自 ask
诡异bug:wx.getBackgroundAudioManager()的seek在暂停状态下无法改变currentTime,需要先playpause
3 回复
syuan
syuan1 楼6 年前

在执行seek后,更新BackgroundAudioManager.startTime = 要播放的时间currentTime就可以了

xiulanhuang
xiulanhuang2 楼6 年前

你好,请具体表述问题出现的流程,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

xiuying03
xiuying033 楼5 年前

我也是这种情况,请问有没有解决