Tag: voice
All the articles with the tag "voice".
-
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.