ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# wx.onAudioInterruptionEnd ### wx.onAudioInterruptionEnd(function callback) 监听音频中断结束事件,在收到 onAudioInterruptionBegin 事件之后,小程序内所有音频会暂停,收到此事件之后才可再次播放成功 #### 参数 ##### function callback 音频中断结束事件的回调函数 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/system/system-event/wx.onAudioInterruptionEnd.html>