Bundle
dsh-voice-talk
Voice conversation mode for the DeepSeek Harness Web GUI: mic input with auto-submit, streaming spoken readout of replies, and a hands-free multi-turn loop with barge-in.
- Source
- duoduoqian708
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 2 hours ago
Readme
# dsh-voice-talk DSH Web 的语音对话模式:点一下麦克风进入全屏通话,边说边听,AI 回复边生成边朗读。界面中英双语,适配明暗主题,支持语速调节与音色切换。 中文 | [English](README.en.md) [](https://www.npmjs.com/package/dsh-voice-talk) [](./LICENSE)  ## 快速开始 ### 1. 安装 ```sh dsh plugin --profile web add dsh-voice-talk dsh web # 装完重启 ``` 源码安装: ```sh git clone https://github.com/duoduoqian708/dsh-voice-talk.git cd dsh-voice-talk && npm install && npm run build dsh plugin --profile web add /path/to/dsh-voice-talk ``` 需要 dsh 的 web profile:0.1.0-rc.7+(0.1.0-rc.x 与 0.1.5-rc.x 两代宿主线均已适配);另需 Chrome / Edge、麦克风权限与网络。 ### 2. 配置语音 发音默认用系统语音,免费;音色和语速都能调,挑一个顺耳的、把语速调好,效果就很不错。想要更自然的音色,可以切到千问(按量计费,约 1 元 / 万字符)。 语音识别需要云端引擎:在[阿里云百炼申请一个 API Key](https://bailian.console.aliyun.com/cn-beijing/model/settings/api-key),然后到 设置 → 插件 → 语音对话,填进千问的「设置」即可;模型和地址已内置,充值就能用。 ### 3. 开始使用 在对话页或工作台的输入框旁,有一个麦克风图标;点它进入全屏通话层,直接说话即可。红色挂机键或 `Esc` 退出;通话中可以静音、收起。  ## 配置项 设置页里改的是持久默认,通话层上调的只对本次通话有效。 | 配置 | 说明 | 默认 | |---|---|---| | 说话打断播报 | 说话时打断正在播报的内容,建议戴耳机 | 关 | | 停顿多久自动发送(秒) | 说完停顿多久自动提交 | 2 | | 声纹效果 | 通话层波形样式:律动 / 波纹 | 波纹 | | 语速 | 播报语速,按引擎设默认,通话层可临时调 | 1.0x |  ## 产品特色 - 跟随系统主题:浅色 / 深色自动适配。 - 中英文双语:跟随平台语言设置,界面完整本地化。 - 密钥只存本机、绝不上传:浏览器接触不到密钥,语音请求由宿主代理转发。 - 开源 MIT:代码可审计、可自建。 ## 彩蛋 假设你不想盯着屏幕,想到户外活动一下;假设你恰好开了代理端口——那就带着手机出门,边散步边聊开发吧。 <img src="docs/screenshots/call-mode-mobile.png" alt="手机上的通话层" width="240"> ## 问题反馈 遇到问题或有想法,欢迎通过任一方式反馈: - 提交 [Issue](https://github.com/duoduoqian708/dsh-voice-talk/issues)(推荐,便于跟进与修复) - 在插件市场的卡片下留言(与插件主页的讨论区互通) ## License [MIT](./LICENSE)
Install
dsh plugin --profile web add github:duoduoqian708/dsh-voice-talk
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-voice-talk from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.