# AudioContext wx.createAudioContext(string id, Object this)

From base library 1.6.0 Start, this interface stops maintenance, please use wx.createInnerAudioContext replace

with Promise style call: Not supported

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

create audio context AudioContext Object.

# parameter

# string id

audio Component id

# Object this

Under a custom component, the this of the current component instance to manipulate within the component audio assembly

# Return value

# AudioContext