mediaforge - v0.1.0
    Preparing search index...

    Interface AmixOptions

    interface AmixOptions {
        inputs?: number;
        duration?: "shortest" | "longest" | "first";
        dropout_transition?: number;
        normalize?: boolean;
        weights?: string;
    }
    Index

    Properties

    inputs?: number

    Number of inputs to mix. Default: 2

    duration?: "shortest" | "longest" | "first"

    Duration mode: longest, shortest, first

    dropout_transition?: number

    Dropout detection threshold

    normalize?: boolean

    Normalize each input's level

    weights?: string

    Weights per input (space-separated)