LivePusherContext.playBGM音频太短的时候,会重复播放(感觉一卡一卡的样子)
音频只有1秒。在华为手机上是正常的。iphoneXR(14.3)和iphone12pro(14.4.1)会有这个问题。 var pusherContext = wx.createLivePusherContext(); pusherContext.playBGM({ url: 'https://dr-test.ai-rtc.com/v2.0.0/api/export/attachment/load/0693b2373afa4d3891f2c4c94c4d8319?preview=true', success: function (c) {console.log(c)}, fail: function (e) {} })