Skip to main content
Module

x/evt/lib/types/index.ts>dom.OfflineAudioCompletionEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.OfflineAudioCompletionEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { OfflineAudioCompletionEvent } = dom;

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