Member Junction
    Preparing search index...

    The narrow shape of a pushed audio chunk the player consumes (mirrors the server envelope fields).

    interface RemoteBrowserAudioChunkInput {
        channels: number;
        codec: string;
        dataBase64: string;
        sampleRate: number;
        seq: number;
    }
    Index

    Properties

    channels: number

    Channel count (informational).

    codec: string

    The codec / container. Only 'webm-opus' is currently playable.

    dataBase64: string

    The encoded audio slice as raw base64 (no data: prefix).

    sampleRate: number

    Sample rate in Hz (informational; the webm container is self-describing).

    seq: number

    Monotonic sequence number for ordering / gap detection.