Nothree-code/voco-input-sh

Plugin ⭐ 2 MIT web-ui

DeepSeek Harness (dsh web) 语音输入插件:集成 VocoType 本地离线识别,识别结果自动插入聊天输入框(自动部署/防重复/持续输入)

Install

cd <你的 profile 目录>          # 例如 C:\Users\<你>\.dsh\profiles\web
   pnpm add "file:./packages/voco-input-sh"
   ```

3. 在 `cordis.patch.yml` 添加挂载行:

   ```yaml
   - insert:
       - id: voco-input-sh
         name: 'voco-input-sh'
   ```

4. **重启 dsh web**,麦克风按钮自动出现在聊天输入框工具行。

> 依赖项:需要 [pnpm](https://pnpm.io/)。VocoType 会自动部署,无需预装(首次会自动下载约 25MB 安装包并静默安装,模型约 1.6GB 由 VocoType 首次启动时下载)。

## 使用

1. 点击输入框右侧 **🎙 按钮** → 弹出录音面板(波形动画 +「按住 AltRight 说话」)
2. 按住 `AltRight` 说话,松开
3. 识别文字自动插入输入框(若 VocoType 已粘贴到输入框则自动去重)
4. 连续说多句会全部按顺序插入;再点按钮(或面板 ✕)结束

## 工作原理

Add Nothree-code/voco-input-sh to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.