dsh-voice-input:DeepSeek Harness Web UI 的语音输入插件
forrestahha/dsh-voice-input 是一款面向 DeepSeek Harness Web UI 的语音转文字插件,采用 MIT 许可证。它在 composer 发送按钮前添加麦克风入口,利用浏览器 Web Speech API 将识别结果流式写入当前草稿,但不自动发送消息,最终由用户手动确认。该插件支持标准及 WebKit 前缀的 SpeechRecognition,默认回退语言为中文,并优化了 CJK 和拉丁文本的空格处理。安装无需额外 API 密钥或后端服务,通过 `dsh plugin` 命令即可添加到 Web profile。主要适用于使用 Chromium 等支持
Read Moredsh-voice-input-web: Adding Speech-to-Text Transcription to DeepSeek Harness Web Input Fields
dsh-voice-input-web is a client-side plugin for the DeepSeek Harness Web UI, designed to implement speech-to-text functionality through the browser's Web Speech API, requiring no API key or server-side modifications. The plugin adds a microphone button to the chat input toolbar; users can click it to start or stop listening, with real-time recognition results displayed in a floating overlay and the final text automatically appended to the input draft. It supports Chinese, English, and automatic language switching, with an optional auto-send feature. Installation methods include online and offline modes: for online installation, simply execute the `dsh plugin --profile web add dsh-voice-input-web` command and restart the service; for offline installation, manually place the package file and configure the patch file.
Read More