OpenAI Realtime Console in Streamlit

(github.com)

7 points | by mdagostino 8 hours ago ago

1 comments

  • mdagostino 8 hours ago ago

    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.