System: Iphone, IOS 14.7.1, WeChat 8.0.10
WeChatLib: 2.19.5
// app.js中
onShow: function () {
wx.setInnerAudioOption({
obeyMuteSwitch: false,
mixWithOther: false,
success() {
console.log('set audio option success')
},
fail(e) {
console.error(e)
}
})
}
在开发版中可以看到设置成功,但静音模式下依然听不到音频的声音。
是否用到了 useWebAudioImplement ?