-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Websocket streaming audio in realtime from client #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would this work? https://github.com/openai/openai-voice-agent-sdk-sample |
@rm-openai Is there any example with Voice Activity Detection to detect turns? The above sample implements only push to talk. |
@dkundel-openai voice agents are becoming quintessential with every passing day. The agents sdk doesn’t seem to be cut out for it though. Multiple issues related to output delay, language issues, no realtime support |
Hey @sid-js we don't have a good sample app for this right now but the sample Rohan mentioned can be modified to fit your needs. Namely:
Hope that helps. We are working on making building end to end voice agent experiences better especially with Realtime API support |
Please read this first
Describe the feature
What is the feature you're requesting? How would it work? Please provide examples and details if possible.
Currently, the OpenAI Agents SDK provides excellent support for terminal-based streaming voice applications, but lacks an official way to implement real-time audio streaming between web clients and a server.
I'd like to request a WebSocket adapter that enables browser-based clients to:
The text was updated successfully, but these errors were encountered: