dsh-voice-input-web
为 DSH Web 聊天输入区添加麦克风按钮,调用浏览器 Web Speech API 语音转文字。
AI 分析
适合需要语音输入的用户;依赖 Chrome/Edge 与 Web Speech API,需设置 localStorage 语言与自动发送。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:0nt-one/dsh-voice-input说明文档
阅读完整 README ↗配置(localStorage)
| key | 值 | 默认 | 说明 |
|---|---|---|---|
dsh-voice-input-web.lang | zh-CN / en-US / auto | zh-CN | 识别语言 |
dsh-voice-input-web.autoSend | "1" / "0" | "0" | 识别完成后自动发送 |