Posts
All the articles I've posted.
-
Speaker Verification for a Wake Word Daemon: Keeping 'Hey Jarvis' Personal
Add speaker verification to a wake word daemon so only your voice triggers it. Uses SpeechBrain ECAPA-TDNN, a rolling audio buffer, and cosine similarity -- 270ms latency, 86 MB VRAM.
-
Claude Code Hooks: Making Voice Mode Persistent Across Turns
Use Claude Code's Stop hook to inject a system reminder after every response, so the agent remembers voice mode without burning tokens on verbose skill instructions.
-
Adding Voice to Your AI Coding Agent: Text-to-Speech with Kokoro
Give your AI coding agent a voice with Kokoro TTS. Deploy a local, GPU-accelerated text-to-speech server and wire it into Claude Code for spoken responses.
-
Voice Dictation on Linux Wayland: Getting Push-to-Talk Working on COSMIC Desktop
How to set up push-to-talk voice dictation on Wayland Linux desktops using Voxtype and ydotool, with solutions for wtype failures and hotkey passthrough issues.