生活娱乐
插件
dsh-web-speech-input
leozou320-ai
Voice-to-text for the DeepSeek Harness Web UI — live, editable, never auto-sends. | DeepSeek Harness 网页语音输入
accessibilitydeepseekdeepseek-harnessdsh-plugin
PROJECT TOPICS
PROJECT README
在电脑上任何能输入文字的地方(浏览器、微信/QQ、Word、记事本、编辑器、搜索框……),按一个键说话,语音自动转成文字粘贴到当前光标处。不只是 DSH 里能用,是整个系统的能力。
small,中文效果好;有 N 卡自动走 GPUnpx -p @deepseek-ai/dsh dsh plugin --profile web add github:lougyang/dsh-voice-input
web profile。挂载即自动启动语音引擎(后台无窗口,托盘出麦克风图标)。首次安装会自动创建 Python 环境并下载依赖(约 2.5GB);首次按 F2 会自动下载模型(约 500MB)。都只发生一次。国内默认走清华 PyPI + hf-mirror 镜像。
npx -p @deepseek-ai/dsh dsh plugin --profile web remove dsh-voice-input
改法一:托盘「设置」页面(保存后即时生效,且不会随插件更新丢失)。
改法二:改 cordis.patch.yml 的 config(作为插件的默认配置):
| 键 | 默认 | 说明 |
|---|---|---|
hotkey |
f2 |
语音热键,如 ctrl+alt+space |
mode |
hold |
hold 按住说话;toggle 按一下开/再按关 |
record_enabled |
true |
是否启用纯录音 |
record_hotkey |
f3 |
录音热键 |
record_dir |
空 | 录音保存目录;空则用 %USERPROFILE%\Recordings |
model |
small |
tiny/base/small/medium/large-v3 |
language |
zh |
zh/en/auto |
device |
auto |
auto(有N卡用GPU)/cpu/cuda |
更完整的部署 / 排障说明(给 AI 代理看的)见 AGENTS.md。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。