lhenlihai-hub/dsh-voice-input
lhenlihai-hub★ 1JavaScriptLast synced: 2026-08-15
—
README excerpt
dsh-voice-input English 简体中文 An open-source voice input plugin for DeepSeek Harness. It transcribes speech, makes a narrowly constrained cleanup pass with the model already selected in the current Harness Session, and inserts the result into the composer. It does two things: 1. voice dictation; 2. removal of meaningless filler, speech-error repetition, and explicit self-corrections, plus reliable punctuation and sentence breaks. It does not translate or answer dictated content. It has no API-key setting because model routing and credentials remain entirely within Harness. Current version: 0.3.0 , built against the DeepSeek Harness 0.1.0-rc.6 Host, Client Modules, Slot, and Typert interfaces. Features - Adds microphone and settings controls to the official conversation.input.left slot. - Uses SpeechRecognition / webkitSpeechRecognition where available. - Falls back to OS dictation when browser recognition is unavailable: Fn×2 on macOS or Win+H on Windows. - Uses Ctrl+Alt+V by default and supports custom modified shortcuts or F1–F24 . - Supports automatic language detection plus Mandarin, Traditional Chinese, Cantonese, English, Japanese, and Korean recognition modes. - Reads the sel…
View full README on GitHub →