import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AudioNodeCreatedEvent } = Protocol.WebAudio;
Notifies that a new AudioNode has been created.
Properties
node: AudioNode
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AudioNodeCreatedEvent } = Protocol.WebAudio;
Notifies that a new AudioNode has been created.