Hacker News new | ask | show | jobs
OpenAI Realtime Console in Streamlit (github.com)
11 points by mdagostino 619 days ago
1 comments

I built a POC of the openai-realtime-console (https://github.com/openai/openai-realtime-console) in Streamlit for python folks like me who are terrible at javascript.

It's useful for poking around the events and the event payloads.

Next I'll integrate audio playback and then audio capture. Decoding the audio from the events is easy. Making streaming audio playback work with streamlit--not so much.