interface OfflineAudioCompletionEvent
implements Event
import { type OfflineAudioCompletionEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
The Web Audio API OfflineAudioCompletionEvent interface represents events that occur when the processing of an OfflineAudioContext is terminated. The complete event implements this interface.
Properties
readonly
renderedBuffer: AudioBuffer