Variable DelayNode

    DelayNode: {
        prototype: DelayNode;
        new (context: BaseAudioContext, options?: DelayOptions): DelayNode;
    }