@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface AudioClipPayload

    Payload of a companion.audio event — a TTS clip for the assistant's reply on a non-call modality. Either a playable url or an opaque ref the host resolves.

    interface AudioClipPayload {
        ref?: string;
        url?: string;
    }
    Index
    ref?: string
    url?: string