- 当前 Bug 的表现
在苹果6p手机,live-pusher 配合wx.createInnerAudioContext()播放音频,不带耳机情况下,音频声音播放非常小,并且怀疑推流只把说话声音录制推上去了,外放的音频没有录制推上去,在拉流端只能听到说话声音。
在安卓手机和其他苹果型号手机没有这个问题,会把外放音频和说话声音推上去,拉流端正常听到。
- 提供一个最简复现 Demo
<live-pusher
id=“livepusher”
mode=“SD”
/>
this.livePusherContext=wx.createLivePusherContext(this);
this.livePlayerContext.play();
const audioManager = wx.createInnerAudioContext();
audioManager.src = song.url;
audioManager.play();
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。