The Web Audio API OfflineAudioCompletionEvent interface represents
that occur when the processing of an web.audio.OfflineAudioContext
terminated. The complete event implements this interface.
The Web Audio API OfflineAudioCompletionEvent interface represents that occur when the processing of an `web.audio.OfflineAudioContext` terminated. The complete event implements this interface.
(rendered-buffer this)
Property.
[Read Only]
The renderedBuffer read-only property of the web.audio.OfflineAudioCompletionEvent
is an web.audio.AudioBuffer
containing the result of processing
web.audio.OfflineAudioContext
.
var buffer = offlineAudioCompletionEventInstance.renderedBuffer;
See also: https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/renderedBuffer
Property. [Read Only] The renderedBuffer read-only property of the `web.audio.OfflineAudioCompletionEvent` is an `web.audio.AudioBuffer` containing the result of processing `web.audio.OfflineAudioContext`. `var buffer = offlineAudioCompletionEventInstance.renderedBuffer;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/renderedBuffer`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close