DelayNode
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.
var DelayNode: {
prototype: DelayNode;
new (context: BaseAudioContext, options?: DelayOptions): DelayNode;
};