asend_audio
AsyncMethod
This is a method of the RealtimeAgent class in the realtime_agent module.Send audio data asynchronously.
Signature
Parameters
Raw audio bytes (PCM16 format)
Returns
True if sent successfully
Send audio data asynchronously.
This is a method of the RealtimeAgent class in the realtime_agent module.Send audio data asynchronously.
async def asend_audio(audio_data: bytes) -> bool