mediaforge - v0.1.0
    Preparing search index...

    Interface VolumeOptions

    interface VolumeOptions {
        volume: string | number;
        replaygain?: "ignore" | "drop" | "track" | "album";
        eval?: "frame" | "once";
        precision?: "fixed" | "float" | "double";
    }
    Index

    Properties

    volume: string | number

    Volume adjustment. Can be number (1.0 = unchanged), dB string ('6dB'), or expression

    replaygain?: "ignore" | "drop" | "track" | "album"

    How to interpret the value: lin, dB, replaygain

    eval?: "frame" | "once"

    Volume expression evaluation: once, frame

    precision?: "fixed" | "float" | "double"

    Precision: fixed, float, double