Available in Chrome 43+
The
AudioContext.close
method closes the audio context, stopping audio operations, and releases any system resources in use.
It will not necessarily release objects
created
by this
AudioContext
.
This method returns a
Promise
that resolves when any resources blocking further creation of other audio contexts have been released.