Variable GainNode

    GainNode: {
        prototype: GainNode;
        new (context: BaseAudioContext, options?: GainOptions): GainNode;
    }