Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
interface DelayNode
implements AudioNode
import { type DelayNode } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

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