W3cubDocs

/Haxe JavaScript

DelayNode

package js.html.audio

extends AudioNodeEventTarget

Available on js

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 also:

Constructor

new(context:BaseAudioContext, ?options:Null<DelayOptions>)

Throws:

null

DOMError

Variables

read onlydelayTime:AudioParam

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/DelayNode.html