Live data from Hacker News

Live Voice Translation with Twilio and OpenAI's Realtime API

twilio.com

1–4 of 4 posts

Re: Live Voice Translation with Twilio and OpenAI's Realtime API

#3
In my experience, having built the infra for this, Twilio's MediaStreams and PSTN had higher latency than a simple SIP that interfaces with WebRTC, which you could connect to your backend. Curious how this changes with the OpenAI realtime, since my approach was stringing gpt-4o with Elevenlabs for the backend.

Re: Live Voice Translation with Twilio and OpenAI's Realtime API

#4
post #3

In my experience, having built the infra for this, Twilio's MediaStreams and PSTN had higher latency than a simple SIP that interfaces with WebRTC, which you could connect to your backend. Curious how this changes with the OpenAI realtime, since my approach was stringing gpt-4o with Elevenlabs for the backend.

Only one way to find out :) Give the open source starter app a whirl and let us know what you think! https://github.com/twilio-samples/live-translation-openai-re...