获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
playBGM这API混入的音频,最后在端上播放出来确实效果不太好
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) {} })
2021-03-22