Bundle
dsh-plugin-voice-input-demo
Minimal Chinese voice input plugin for the DeepSeek Harness Web UI
- Source
- Dee3526
- License
- MIT
- Updated
- Updated yesterday
Readme
# DeepSeek Harness 语音输入最简 Demo 这个插件只做一件事:点击聊天输入框右侧的麦克风按钮,把中文语音识别成文字并追加到输入框。识别完成后不会自动发送,仍可手动编辑。 ## 安装 ```bash dsh plugin --profile web add https://github.com/Dee3526/dsh-plugin-voice-input-demo.git dsh web ``` 若 DeepSeek Harness Web 服务已经运行,请在安装后重启对应进程。 ## 使用 1. 打开 DeepSeek Harness Web UI。 2. 点击输入框右侧的麦克风按钮。 3. 首次使用时允许浏览器访问麦克风。 4. 说完后再次点击停止,或等待单句识别自动结束。 5. 检查、修改输入框里的文字,再手动发送。 ## 范围 - 只支持 Web UI。 - 识别语言固定为 `zh-CN`。 - 使用浏览器的 `SpeechRecognition` / `webkitSpeechRecognition`。 - 不保存录音,不自动发送消息。 - 某些浏览器不支持该 API;建议使用 Chrome。 - 部分浏览器可能把音频发送给其语音识别服务,不能保证离线处理。
Install
dsh plugin --profile web add github:Dee3526/dsh-plugin-voice-input-demo
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-plugin-voice-input-demo from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.