WebRTC Only: Emitted when the server begins streaming audio to the client. This event is emitted after an audio content part has been added (response.content_part.added) to the response. Learn more.

interface OutputAudioBufferStarted {
    event_id: string;
    response_id: string;
    type: "output_audio_buffer.started";
}

Properties

event_id: string

The unique ID of the server event.

response_id: string

The unique ID of the response that produced the audio.

type: "output_audio_buffer.started"

The event type, must be output_audio_buffer.started.