jsoncode/dsh-voice-input-qwen-asr0

dsh-voice-input-qwen-asr

Voice input plugin (dual-face): mic button beside the composer send action, live recording bubble streaming PCM to a local Qwen3-ASR python service managed by the host, plus an ASR environment settings page (clone runtime/model repos, create venv, run server). Bilingual UI (zh/en)

包名
dsh-voice-input-qwen-asr
版本
0.1.1
最近更新
2026年9月5日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jsoncode/dsh-voice-input-qwen-asr

Usage

  1. Open Settings → Voice, press Install all (or run the four steps individually): clone runtime → clone model → create virtualenv → install deps. Watch the install log; the deps step downloads torch and may take a while. pip mirror can be configured on the same page.
  2. Press Start service and wait until the state chip turns "Running" (device shows cuda:0 or cpu).
  3. In any chat, click the mic button left of the send button, speak, then press Done, insert — the recognized text is appended to the input draft. "Cancel" discards the recording.