dsh-ears
面向 DeepSeek Harness (dsh) 的语音输入插件:输入框的麦克风按钮把语音转成草稿文本,支持多种语音识别后端,可选经 dsh 自有 LLM 路由润色,并带原生设置页。
Voice input plugin for DeepSeek Harness (dsh): a microphone button in the composer turns speech into a draft transcript, with a choice of speech-recognition backends, optional polish through dsh own LLM routes, and a native settings page.
怎么安装
dsh plugin add dsh-ears 简介
简体中文 · text 麦克风 → 转写 → 可选润色 → 可编辑草稿 → 手动发送 https://github.com/user-attachments/assets/1363768e-a393-44bd-a008-1ce2055cac41 --- 识别后端支持浏览器原生 Web Speech、本机 Whisper、Groq、阿里云百炼,以及任意 OpenAI 兼容转写接口。润色可以选择 dsh 里已经接好的任何模型,提示词可以自定义。默认快捷键 Ctrl+Shift+Space。 安装 前置依赖:DeepSeek Harness(0.1.0-rc.6、rc.7 或 rc.8),Node.js ^22.19.0 || >=24.0.0。 **从 npm 安装:** sh dsh plugin --profile web add dsh-ears 如果还没安装 dsh CLI: sh npx -y @deepseek-ai/dsh plugin --profile web add dsh-ears **从源码安装:** sh git clone https://github.com/WizisCool/dsh-ears.git cd dsh-ears pnpm install pnpm build dsh plugin --profile web add "$PWD" 安装完成后…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 7
- 月下载
- 187
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-15
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- asr, deepseek-harness, dsh, dsh-plugin, speech-to-text, voice, whisper
同类推荐
dsh-voice
STARDUSTLC666/dsh-voice
语音双件套:edge-tts 免费微软神经语音合成 + OpenAI 兼容 ASR 转写。
dsh-voice
haoku123/dsh-voice
Web UI 全双工语音对话:点按切换或按住说话(发送键或 `Ctrl`)并显示实时字幕,宿主端 SenseVoice(sherpa-onnx)转写,回复按句流式朗读,开口说话即打断播放与正在运行的回合(真 barge-in),无需 API key。
dsh-dingo
february2015/dsh-dingo
多对话并行的声音提醒 + 对话直达:当前对话当/当当(crisp 清脆档),其他对话叮/叮叮(soft 柔和档)+ 右上角小卡片,点一下直达对应对话。
dsh-voice-call
PandaPolo/dsh-voice-call
agent 主动打来的语音电话:`offer_call` 向人类振铃(接听/拒接/稍后再说),接听后由本地 CrispASR + Qwen3-TTS 合成并播放(9 个音色,含 2 个中文方言);拒接则把决定返回给 agent。