微信小程序播放背景音乐

追格官方小助手/ 2023年03月17日/ 小程序/ 浏览 1323

在微信小程序总播放背景音乐,现在已经是很方便的事情了。


const backgroundAudioManager = wx.getBackgroundAudioManager()

backgroundAudioManager.title = '此时此刻'
backgroundAudioManager.epname = '此时此刻'
backgroundAudioManager.singer = '许巍'
backgroundAudioManager.coverImgUrl = 'https://www.zhuige.com/uploads/20221105/dbd7dd97224c5d16482ee9cc76d378b6.jpg'
// 设置了 src 之后会自动播放
backgroundAudioManager.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'


其中,必须要设置的属性是 title 和 src。


还需要注意,在 app.json 中做好相关权限的配置,如下:


"requiredBackgroundModes": ["audio"]


发表评论

暂无评论,抢个沙发...

客服 工单