Skip to main content

send_audio

Method
This is a method of the RealtimeAgent class in the realtime_agent module.
Send audio data (sync wrapper).

Signature

def send_audio(audio_data: bytes) -> bool

Parameters

audio_data
bytes
required
Raw audio bytes (PCM16 format)

Returns

Returns
bool
True if sent successfully