DelayNode
js.html.EventTarget → AudioNode → js.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: AudioParamIs 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) |