DelayNode
external class DelayNode(context: BaseAudioContext, options: DelayOptions = definedExternally) : AudioNode(source)
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.