wuxinzhe/dsh-cyberdog-speech-sherpa ↗★ 2
dsh-cyberdog-speech-sherpa
DSH 本地离线语音插件,基于 Sherpa-ONNX 提供 STT 语音识别、TTS 语音合成及按住说话功能。
AI 分析
核心用途是为 DSH WebUI 提供完全本地离线的语音交互。适合需要语音输入和语音播报、注重隐私且有本地模型运行环境的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxinzhe/dsh-cyberdog-speech-sherpa說明文件
閱讀完整 README ↗配置(cordis.yml config 字段)
| 字段 | 默认值 | 说明 |
|---|---|---|
voiceRate | 1.0 | 语速 0.5~2.0 |
sid | 88 | 音色 88/90/92/94 |
modelDir | $DSH_HOME/models/sherpa | 模型目录(DSH_HOME 默认 ~/.dsh) |
outputDir | $DSH_HOME/audio/sherpa | TTS 输出目录 |