cd /news/artificial-intelligence/voice-control-toolkit-comes-to-a-pic… · home topics artificial-intelligence article
[ARTICLE · art-69802] src=hackaday.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Voice Control Toolkit Comes to a Pico Near You

Moonshine AI has released a voice control toolkit that runs locally on a Raspberry Pi Pico 2 W, using 3.6 MiB of the 4 MiB FLASH and 468 KiB SRAM. The system integrates voice activity detection, SpellingCNN speech-to-text supporting up to 50 tokens, and neural text-to-speech in a tight memory footprint.

read1 min views1 publishedJul 23, 2026
Voice Control Toolkit Comes to a Pico Near You
Image: Hackaday (auto-discovered)

Voice-controlled appliances are nothing new. What might be new, however, is [Moonshine AI] running it all locally on a Raspberry Pi Pico 2 W!

The voice interface is roughly divided into three parts: voice activity detection, SpellingCNN speech-to-text and a neural text to speech. The speech to text supports up to 50 tokens, and can be re-trained to support any specific words you want. It runs a simple loop: detect voice activity, listen for (command) tokens, process them in C++, use the TTS to reply, and repeat.

Now, to be fair, it is a bit of a squeeze: 3.6 MiB of the available 4 MiB FLASH and 468 KiB SRAM on a stock Pi Pico 2 board. It leaves you with just about enough space to write a small amount of extra software, but it’ll be a challenge to fit anything substantial. Still, fitting three different types of AI model needed to make this possible in such a space is quite impressive.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @moonshine ai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/voice-control-toolki…] indexed:0 read:1min 2026-07-23 ·