# InnerAudioContext wx.createInnerAudioContext(Object object)

Start from base library version 1.6.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

Create inside audio context InnerAudioContext Object.

# parameter

# Object object

attribute type Default values Required Introductions Minimum version
useWebAudioImplement boolean false no Whether or not to use WebAudio Turns off by default as the underlying audio driver. For short audio, frequent audio is recommended to enable this option, open will get better performance, for long audio recommended to close this option. 2.19.0

# Return value

# InnerAudioContext