Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
interface OfflineAudioCompletionEvent
implements Event
import { type OfflineAudioCompletionEvent } from "https://deno.land/x/evt@v2.4.13/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