Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Uses
decodebase64.b64encode
Used By
Source
View on GitHub
praisonaiagents/agent/realtime_agent.py at line 327
