interface dom.DelayNode
implements AudioNode
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { DelayNode } = dom;
A delay-line; an AudioNode audio-processing module that causes a delay between the arrival of an input data and its propagation to the output.
Properties
readonly
delayTime: AudioParam