小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序在ios下使用airpod无线耳机时,调用任意的录音接口都会十分的卡顿,虽然录制过程没有报错,但是卡顿的过程久,十分影响业务流程
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我在评论已经回复了,就是调用任意的录音接口,例如getRecorderManage().start(),但是是要ios下使用airpod才能复现问题
麻烦提供这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我发现我是找错了方向,原来的bug我还以为是因为这里的卡顿导致的,但发现是其他原因,谢啦,但是卡顿的情况是实际存在的
this
.recorder = wx.getRecorderManager()
// 这里参数自定义
let options = {
sampleRate: config.sampleRate,
numberOfChannels: 1,
encodeBitRate: config.encodeBitRate,
format:
'mp3'
,
audioSource: audioSource
}
.recorder.start(options)
这里提供下代码片段
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我在评论已经回复了,就是调用任意的录音接口,例如getRecorderManage().start(),但是是要ios下使用airpod才能复现问题
麻烦提供这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我发现我是找错了方向,原来的bug我还以为是因为这里的卡顿导致的,但发现是其他原因,谢啦,但是卡顿的情况是实际存在的
this
.recorder = wx.getRecorderManager()
// 这里参数自定义
let options = {
sampleRate: config.sampleRate,
numberOfChannels: 1,
encodeBitRate: config.encodeBitRate,
format:
'mp3'
,
audioSource: audioSource
}
this
.recorder.start(options)
这里提供下代码片段