为什么createInnerAudioContext.src会赋值失败。代码是复制黏贴示例代码的:
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'innerAudioContext.onPlay(() => { console.log('开始播放')
})
innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode)
})
断点测试时发现src一直为空。还有当把createInnerAudioContext存入this.data里后,取出createInnerAudioContext发现src是一串字符,然后对其赋值又失败
录音用getRecordManager可以最长10分钟,不过实际似乎10分钟不到
这时bug吧,第一次取src总是为空
瞎扑腾求解答、、、
有没有大神啊,求解决。要么丢一个录音解决方案也行,要求录音时长超过1分钟的