@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadRealtimeAudioChunk

    EXPERIMENTAL - thread realtime audio chunk.

    type ThreadRealtimeAudioChunk = {
        data: string;
        itemId: string | null;
        numChannels: number;
        sampleRate: number;
        samplesPerChannel: number | null;
    }
    Index

    Properties

    data: string
    itemId: string | null
    numChannels: number
    sampleRate: number
    samplesPerChannel: number | null