dsh-voice-input
メンテナンス: 活発forrestahha/dsh-voice-input
DeepSeek Harness Web UI 用の音声テキスト入力プラグイン
$ dsh plugin add dsh-voice-input2
スター
0
フォーク
TypeScript
言語
MIT
ライセンス
2026-08-14
作成日
2026-08-14
最終プッシュ
README
dsh-voice-input
English | 简体中文
Voice-to-text input for the DeepSeek Harness Web UI.
The plugin adds a microphone button immediately before the composer send button. It uses the browser's Web Speech API, streams recognition results into the current draft, and never submits the message automatically.
Features
- Adds to the official
conversation.input.rightextension slot. - Supports standard and WebKit-prefixed SpeechRecognition implementations.
- Uses the browser language, falling back to
zh-CN. - Preserves natural spacing for Chinese, Japanese, Korean, and Latin text.
- Stops recording when clicked again and aborts when the component unloads.
- Requires no additional API key or host-side service.
Install
Install directly from GitHub into the Web profile:
dsh plugin --profile web add github:forrestahha/dsh-voice-input
dsh web
For a pinned installation:
dsh plugin --profile web add github:forrestahha/dsh-voice-input#v0.1.1
Open the Web UI, select a workspace, and click the microphone button. The browser asks for microphone access on first use.
Browser support
The plugin requires SpeechRecognition or webkitSpeechRecognition. Chromium-based browsers provide the broadest support. Unsupported browsers show a disabled microphone button instead of failing at startup.
localhost is treated as a secure context by modern browsers. If Harness is served from another machine, use HTTPS or the browser may refuse microphone access.
Privacy
The plugin does not store audio and does not add its own network calls. The Web Speech API implementation is controlled by the browser and may send audio to the browser vendor's speech service. Review your browser's privacy policy before recording sensitive material.
Development
Requirements: Node.js ^22.19.0 || >=24.0.0 and pnpm 11.
pnpm install
pnpm check
Install a local checkout for integration testing:
dsh plugin --profile web add /absolute/path/to/dsh-voice-input
dsh web
Design
The npm package is both a Harness bundle and a client plugin:
cordis.patch.ymlinserts the package into the selected profile.- The Node entry is intentionally empty;
dsh.clientdiscovers./client. - The browser entry registers
VoiceInputButtoninconversation.input.right. - Harness supplies the current input state and
inputActions.setDraft()through slot props.
No agent-loop, model, session-log, or Host API behavior is changed.
License
MIT
音声 の他のプラグイン
vox-director
by alisa0808
1 トピックから Vox 風ペーパーコラージュ解説・広告動画を Atlas Cloud + ffmpeg で E2E 自動生成するエージェントスキル
dsh-voice-ai-girlfriend
by beiyege-01
Whisper 音声入力と Qwen3-TTS 音声合成による会話型コンパニオンプラグイン。文単位のストリーミング読み上げ、割り込み/キュー両モード対応
dsh-voice-scribe
by pensivefei
DSH音声入力プラグイン。Altを押して話すと入力欄に文字起こし。Web Speech標準(設定不要)・任意でOpenAI互換ASR・DSH LLMで推敲。
dsh-plugin-tts
by 1624318455
Edge TTS 音声プラグイン:返信読み上げ、自動読取トグル、無料・キー不要
