Real-time subtitle feature

Hi OpenAI Team,
I’d love to see a real-time subtitle feature while using ChatGPT Voice. It would enable users to see synchronized text caption responses as they are being delivered.

2 Likes

You can develop this already! The OpenAI Realtime API allows you to get a transcription which you could turn into text captions as you’re speaking!

1 Like

hi i am using this API for the transcript: response.audio_transcript.delta and i noticed that the data comes in faster than what the audio is actually saying. is there a way to synchronize what user hears and sees?