Member Junction
    Preparing search index...

    One frame of raw per-user audio the seam surfaces for diarization + the agent's "hearing".

    interface DiscordAudioFrame {
        DisplayName?: string;
        Pcm: ArrayBuffer;
        TimestampMs?: number;
        UserId: string;
    }
    Index

    Properties

    DisplayName?: string

    The member's display name at capture time, when known.

    Pcm: ArrayBuffer

    Raw PCM audio bytes for this frame (decoded from Discord's Opus stream by the adapter).

    TimestampMs?: number

    Optional epoch-ms capture timestamp.

    UserId: string

    The Discord user id this audio came from (the diarization speaker label).