@langwatch/scenario
    Preparing search index...

    Class AudioChunk

    A chunk of audio in the canonical internal format: PCM16, 24kHz, mono.

    Enforces the PCM16 odd-byte invariant at construction — partial-sample buffers (length not a multiple of 2) cause silent off-by-one drift in downstream consumers, so we catch them at the canonical boundary.

    Index

    Constructors

    Properties

    data: Uint8Array
    endTime?: number
    startTime?: number
    transcript?: string

    Accessors