Extremely Popular
Go to Latest
interface puppeteer.WebAudio.NodesConnectedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { NodesConnectedEvent } = puppeteer.WebAudio;

Notifies that two AudioNodes are connected.

Properties

contextId: GraphObjectId
sourceId: GraphObjectId
destinationId: GraphObjectId
optional
sourceOutputIndex: number
optional
destinationInputIndex: number