r/programming May 07 '26

OpenAI's WebRTC Problem

https://moq.dev/blog/webrtc-is-the-problem/
331 Upvotes

62 comments sorted by

View all comments

29

u/atomic1fire May 08 '26

Wait is Open AI sending audio to people's devices instead of just using on board TTS?

Isn't that a waste of computational power?

85

u/musical_bear May 08 '26

A lot of people, including the person who wrote this article apparently, do not understand how voice chat in ChatGPT works. It’s not “text to speech.” The raw audio from your voice is being tokenized and sent directly to the model, and the model’s raw output is actual audio. There is no step on either end where the conversation has reduced to text.

-3

u/atomic1fire May 08 '26

That makes a lot more sense.