FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
making go speak real-time — our gemini live api websocket proxy
How-ToTools

making go speak real-time — our gemini live api websocket proxy

via Dev.toKimSejun3w ago

making Go speak real-time — our Gemini Live API WebSocket proxy The first time I got the audio proxy working, the cat meowed in Gemini's voice — a full 3 seconds of distorted PCM noise that sounded like a dial-up modem possessed by a cheerful robot. I'd set the sample rate wrong. 24kHz audio interpreted as 16kHz sounds like a cursed lullaby. I created this post for the purposes of entering the Gemini Live Agent Challenge. I'm building VibeCat . The core challenge was simple to state, hard to build: the macOS client can't talk to Gemini directly. Challenge rules require a backend, and you never put API keys on someone's Mac. So I needed a WebSocket proxy in Go that sits between the Swift client and Gemini Live API — receiving raw audio from one side, forwarding it to the other, and doing it fast enough that conversation feels natural. the architecture (deceptively simple) Swift Client ←→ [wss://gateway/ws/live] ←→ Go Gateway ←→ Gemini Live API PCM 16kHz mono → → PCM 16kHz ← PCM 24kHz ←

Continue reading on Dev.to

Opens in a new tab

Read Full Article
16 views

Related Articles

The Boring Skills That Make Developers Unstoppable in 2026
How-To

The Boring Skills That Make Developers Unstoppable in 2026

Medium Programming • 12h ago

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 14h ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 16h ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 16h ago

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 20h ago

Discover More Articles