The reason ChatGPT Voice feels instant isn't the model. It's the transport layer. HTTP: request → wait → response → wait → play back WebRTC: audio streams in real-time, pipeline runs in parallel The difference: 4 seconds vs 300ms. LiveKit is the open-source WebRTC company whos...