# BackgroundAudioManager wx.getBackgroundAudioManager()

Start from base library version 1.2.0. Please remaining backward compatible.

with Promise style call: Not supported

Mini Program plugin: Support, need to Mini Program base library version no less than 1.9.6

ObtainGlobally uniqueBackground Audio Manager. Mini Program cut into the background, if the audio is playing state, you can continue to play. But the background state cannot manipulate the playback state of the audio by calling the API.

From the WeChat client version 6.7.2, if you need to continue to play audio after the Mini Program cuts the background, you need app.json In configuration requiredBackgroundModes Property. The development version and the trial version can be directly effective, the official version also needs to pass the review.

# Return value

# BackgroundAudioManager