jsoncode/dsh-voice-input-qwen-asr0

dsh-voice-input-qwen-asr

语音输入双端插件:在输入框旁提供麦克风按钮,支持实时录音并流式传输 PCM 至本地管理的 Qwen3-ASR 服务,提供 ASR 环境一键配置页面。

AI 分析

核心用途是实现本地离线的语音输入。适合习惯语音交互、且对数据隐私要求高(需本地运行 ASR 服务)的 DSH 用户。

套件
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.