OfflineAudioCompletionEvent
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
TheWeb Audio APIOfflineAudioCompletionEvent interface represents events that occur when the processing of anOfflineAudioContext is terminated. Thecomplete event uses this interface.
Note:This interface is marked as deprecated; it is still supported for legacy reasons, but it will soon be superseded when the promise version ofOfflineAudioContext.startRendering is supported in browsers, which will no longer need it.
In this article
Constructor
OfflineAudioCompletionEvent()Creates a new
OfflineAudioCompletionEventobject instance.
Instance properties
Also inherits properties from its parent,Event.
OfflineAudioCompletionEvent.renderedBufferRead onlyAn
AudioBuffercontaining the result of processing anOfflineAudioContext.
Instance methods
Inherits methods from its parent,Event.
Specifications
| Specification |
|---|
| Web Audio API> # OfflineAudioCompletionEvent> |