wuxinzhe/dsh-cyberdog-speech-sherpa ↗★ 2
dsh-cyberdog-speech-sherpa
DeepSeek Harness 本地离线语音插件:STT 语音识别 + TTS 语音合成 + WebUI 按住说话(Sherpa-ONNX)
AI 분석
核心用途是为 DSH WebUI 提供完全本地离线的语音交互。适合需要语音输入和语音播报、注重隐私且有本地模型运行环境的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxinzhe/dsh-cyberdog-speech-sherpa配置(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 输出目录 |