ยท 3 days agoยท Dev.to
Integrating Gemma 4 Speech Recognition into a .NET Desktop Application
In April 2026 Google shipped Gemma 4, a multimodal model with a native audio path. I wanted to add it to Parlotype, my .NET 10 dictation app, as a second speech engine alongside Whisper. Four runtime paths got cut before I landed on llama.cpp's llama-server as a child process. This post walks throug
#cloud-computing#speech-recognition#dotnet#gemma4#llama-server
