mediaforge - v0.1.0
    Preparing search index...

    Interface CompandOptions

    interface CompandOptions {
        attacks?: string;
        decays?: string;
        points?: string;
        soft_knee?: number;
        gain?: number;
        initial_volume?: number;
        delay?: number;
    }
    Index

    Properties

    attacks?: string

    Attack/decay times: "t1,t2 t3,t4 ..."

    decays?: string
    points?: string

    Transfer function points: "dBin/dBout ..."

    soft_knee?: number

    Soft knee. Default: 0.01

    gain?: number

    Gain to apply before companding

    initial_volume?: number

    Initial volume. Default: 0

    delay?: number

    Delay. Default: 0