mediaforge - v0.1.0
    Preparing search index...

    Interface BassOptions

    Bass/treble boost: positive gain boosts, negative cuts

    interface BassOptions {
        gain: number;
        frequency?: number;
        width?: number;
        width_type?: "s" | "o" | "h" | "q";
    }
    Index

    Properties

    gain: number

    Gain in dB

    frequency?: number

    Center frequency. Default: 100Hz (bass)

    width?: number

    Width

    width_type?: "s" | "o" | "h" | "q"