Add VAD silence-commit daemon for Wispr hands-free mode #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hand-coded systems piece of the voice toolset. Watches the raw mic with silero-vad and fires the Wispr commit chord + Enter after ~2s of silence, closing the one Wispr mode the clipboard-based siblings can't: hands-free toggle (Ctrl+Win+Space), which has no release gesture to arm on.
Siblings (clipboard-paste detection, require manual dictation-end):
autohotkey/wispr-auto-enter.ahk(Windows PTT)hammerspoon/init.lua(macOS PTT)Lands as
agentic-os/voice/vad-daemon.py(single-file, MIT, standalone deps). Hardens the design skeleton:model.reset_states()per session (silero-vad is recurrent; state drifts across stop/start without it)start/cancel/gofor the cancel + override phrases in the design's next-level sectionWindows-only key presses via
keybd_event; dry-run logging on other platforms so the VAD pipeline is testable off-Windows. Tuning knobs (--silence-timeout,--vad-threshold,--device,--commit-delay) exposed as CLI flags so iteration needs no file edits.Blog-post candidate: "a small accessibility tool that makes voice-driven agentic coding feel natural."