You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched for related issues? Others may have had similar requests
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:
Stream audio to the server in real-time
Receive TTS audio responses in real-time
Maintain the same low-latency experience as the terminal examples
The text was updated successfully, but these errors were encountered:
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: