Repo: https://github.com/LionGateOS/dsh-local-voice-dictation
What it does:
Local voice plugin for DeepSeek Harness providing browser microphone dictation through local speech-to-text, plus assistant-response playback through local Kokoro text-to-speech.
Key behavior:
- Dictation inserts transcription into the Harness draft and never auto-sends
- Local STT through /voice-proxy/transcribe
- Local Kokoro TTS through /voice-proxy/speech
- Harness-native assistant Speak action
- Generating state during TTS generation
- Stop speaking control
- Single active audio stream to prevent overlapping playback
- Dictation insertion verification with clipboard fallback
Repo: https://github.com/LionGateOS/dsh-local-voice-dictation
What it does:
Local voice plugin for DeepSeek Harness providing browser microphone dictation through local speech-to-text, plus assistant-response playback through local Kokoro text-to-speech.
Key behavior: