Passing Audio Data Input to Deepgram Voice Agent WebSocket #1024
Unanswered
Divyeshranagithub
asked this question in
General help
Replies: 2 comments 2 replies
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In my FastAPI project, I am using the Deepgram Voice Agent WebSocket:
wss://agent.deepgram.com/agent
However, I am unable to find documentation on how to pass audio data as input to this WebSocket.
For comparison, when working with OpenAI's WebSocket
wss://api.openai.com/v1/realtime?model=gpt-4o-realtime-preview-2024-10-01
, we use the following code snippet to send audio data:Could you please guide me on how to format and send audio data to the Deepgram Voice Agent WebSocket? Any examples or references to relevant documentation would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions