videosphere
    Preparing search index...

    One measured spoken segment.

    interface TtsSegmentTiming {
        index: number;
        pipelineMs: number;
        backlogMs: number;
        lagMs: number;
        audioMs: number;
        sourceMs: number;
        expansion: number;
    }
    Index

    Properties

    index: number

    Position of this clip in the language's spoken sequence, starting at 1.

    pipelineMs: number

    Milliseconds from source finalisation to the audio URL reaching listeners.

    backlogMs: number

    Additional milliseconds this clip waits behind audio already queued.

    lagMs: number

    Total milliseconds the spoken audio starts behind the source: pipeline plus backlog.

    audioMs: number

    Playback duration of the synthesised clip.

    sourceMs: number

    Source speech this clip covers, or null for the first clip or after a long gap.

    expansion: number

    audioMs / sourceMs, or null when sourceMs is unknown. Above 1 means drift.