DelayNode

js.html.EventTargetAudioNodejs.html.audio.DelayNode (extern class)

The DelayNode interface represents 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.

Documentation DelayNode by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

delayTime: AudioParam

Is an a-rate AudioParam representing the amount of delay to apply.


new(context: BaseAudioContext, ?options: Null<DelayOptions>): Void
Name Type Default
context BaseAudioContext
options Null<DelayOptions> (optional)