Skip to main content
Module

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

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