mediaforge - v0.1.0
    Preparing search index...

    Interface AechoOptions

    interface AechoOptions {
        in_gain?: number;
        out_gain?: number;
        delays?: string;
        decays?: string;
    }
    Index

    Properties

    in_gain?: number

    Input gain, 0.0–1.0. Default: 0.6

    out_gain?: number

    Output gain, 0.0–1.0. Default: 0.3

    delays?: string

    Echo delays in ms (comma-separated)

    decays?: string

    Echo decay factors (comma-separated)