小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
IOS使用InnerAudioContext无法扬声器播放声音,开着相机组件,是这样
## 没有开静音提问
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我设置 wx.setInnerAudioOption({ obeyMuteSwitch: false });之后可以扬声器播放
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我的也是, 插耳机又音乐 拔掉耳机就没有了、 我用的是 wx.createInnerAudioContext()
好像是音频文件的问题,在安卓上没问题,ios无法播放,但是换了一首音频文件ios又正常了,我发现音频文件名称里有韩文,不知道是不是这个问题,大家可以试试,讨论下
IOS 视频只使用听筒播放声音? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/000aa6dbb80e809c08e6175ce5ec00
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay =
true
innerAudioContext.src =
"http://file.52lishi.com/file/yinxiao/ly-17-06-21-33.mp3"
innerAudioContext.obeyMuteSwitch =
false
innerAudioContext.volume = 1
innerAudioContext.loop =
innerAudioContext.play()
innerAudioContext.onPlay(() => {
console.log(
'开始播放'
)
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
iPhone6S IOS12.2
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我设置 wx.setInnerAudioOption({ obeyMuteSwitch: false });之后可以扬声器播放
我的也是, 插耳机又音乐 拔掉耳机就没有了、 我用的是 wx.createInnerAudioContext()
好像是音频文件的问题,在安卓上没问题,ios无法播放,但是换了一首音频文件ios又正常了,我发现音频文件名称里有韩文,不知道是不是这个问题,大家可以试试,讨论下
IOS 视频只使用听筒播放声音? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/000aa6dbb80e809c08e6175ce5ec00
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay =
true
innerAudioContext.src =
"http://file.52lishi.com/file/yinxiao/ly-17-06-21-33.mp3"
innerAudioContext.obeyMuteSwitch =
false
innerAudioContext.volume = 1
innerAudioContext.loop =
true
innerAudioContext.play()
innerAudioContext.onPlay(() => {
console.log(
'开始播放'
)
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
iPhone6S IOS12.2