Read more about the article One Year Later: Local Voice Assistants Are Growing Up
Local voice assistants are growing up through improvements across the stack, from Wyoming Whisper speech recognition to efficient LLMs and flexible hardware.

One Year Later: Local Voice Assistants Are Growing Up

Last year, I wrote about accelerating speech-to-text for Home Assistant using Wyoming, Whisper, and TensorRT. The goal was simple: Make local voice assistants fast enough that people would actually want to use them. At the time, getting a fully local voice pipeline working well required compromises. You traded speed for…

0 Comments
Read more about the article Fast, Local Voice: Home Assistant + TensorRT + Ollama
Workflow diagram for voice interaction in a home assistant.

Fast, Local Voice: Home Assistant + TensorRT + Ollama

Introduction In my last post, I showed how compiling Whisper with TensorRT dramatically boosted transcription speed for Home Assistant’s voice features. Since then, I’ve pushed the project even further—optimizing performance, reducing VRAM usage, and laying the groundwork for a voice assistant whose responsiveness rivals cloud services like Alexa or Google…

0 Comments
Read more about the article Accelerating Speech-to-Text (STT) for Home Assistant with TensorRT
TensorRT logo with circuit lines and a green circle.

Accelerating Speech-to-Text (STT) for Home Assistant with TensorRT

The evolution of Speech-to-Text (STT) systems has opened new possibilities for voice-driven applications, from virtual assistants to real-time transcription services. However, delivering fast and accurate STT remains a challenge, especially in resource-constrained environments. A promising solution lies in combining the Wyoming Protocol, OpenAI's Whisper, and Nvidia TensorRT, as demonstrated in…

0 Comments