Calvin451970353/dsh-vmic0

dsh-vmic

Voice input plugin for DeepSeek Harness: a mic button in the chat composer with real-time spectrum animation, 16kHz WAV recording, ASR via pluggable providers (Xiaomi MiMo, Volcengine Doubao live streaming), optional LLM polish, all proxied through same-origin host routes.

AI Analysis

核心用途是为 DSH 提供语音输入和自动转写润色功能。适合习惯通过语音输入、需要快速整理草稿的用户。

Package
dsh-vmic
Version
1.0.0
License
MIT
Last updated
Aug 27, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用流程

使用流程:录音 → 流式转写 → 可选润色 → 填入草稿

  1. 点击 🎙️ 开始录音(允许浏览器麦克风权限)。
  2. 再次点击(或红色方块)停止:完整音频转写一次。
  3. (可选)开启润色后自动调用 LLM 整理。
  4. 文字进入输入草稿(保留你已有的草稿),检查后回车发送——由当前选中的模型执行。

配置

右键打开的配置面板

右键麦克风按钮打开配置面板:

  • 供应商:选择当前使用的供应商(selectedProvider)、开关与自定义 openai-compatible 供应商(填 baseUrl / model / Key)。
  • 语言language: auto 或指定(如 zh)。
  • 润色polish.enabled、是否复用 DEEPSEEK_API_KEY、模型与超时。

API Key

Key 存在 DSH 的 credentials 密封中(~/.dsh/.credentials.yaml),引用名(不带 VMIC_ 前缀的也兼容):

用途引用名
小米 MiMoVMIC_XIAOMI_MIMO_API_KEY
火山豆包VMIC_VOLCENGINE_DOUBAO_API_KEY
自定义润色VMIC_POLISH_API_KEY(或复用 DEEPSEEK_API_KEY

火山豆包密钥两种格式均支持:appkey:accesskey(自动走 X-Api-App-Key / X-Api-Access-Key)或单 Key(走 X-Api-Key)。