suspend abstract method

TauPromise<TauAny?> suspend()

The suspend() method of the AudioContext suspends the progression of time in the audio context, temporarily halting audio hardware access and reducing CPU/battery usage in the process — this is useful if you want an application to power down the audio hardware when it will not be using an audio context for a while.

This method will cause an INVALID_STATE_ERR exception to be thrown if called on an OfflineAudioContext.

Implementation

TauPromise<TauAny?> suspend();