Variable ConstantSourceNode

    ConstantSourceNode: {
        prototype: ConstantSourceNode;
        new (
            context: BaseAudioContext,
            options?: ConstantSourceOptions,
        ): ConstantSourceNode;
    }

    Type declaration