chentao4183/dsh-voice-suite ↗★ 0
dsh-voice-suite
DeepSeek Harness 语音套件:提供免费的 edge-tts 页面朗读,以及基于阿里百炼实时语音模型的 Alt+Q 快捷键语音输入(支持点按/长按、自动发送和录音时静音)。
AI 分析
核心用途是为 DSH 引入高质量的语音朗读(TTS)与快捷键语音输入(ASR)功能。适合需要解放双手、通过语音与 AI 进行双向无障碍交流的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chentao4183/dsh-voice-suite说明文档
阅读完整 README ↗配置(profile 的 cordis.patch.yml)
- id: ui-speech
name: dsh-voice-suite
config:
engine: edgetts # auto | system | dashscope | volcengine | edgetts
edgeVoice: zh-CN-XiaoxiaoNeural # 微软神经音色,400+ id 可选
edgeRate: '+20%' # 语速 -50% ~ +100%
edgePitch: '+0Hz' # 音调
asrEngine: dashscope # auto | off | dashscope | volcengine
浏览器端个人化(F12 控制台设置,刷新生效):
localStorage.setItem('dsh.speech.micHotkey', 'Ctrl+M') // 换快捷键
localStorage.setItem('dsh.speech.autoSend', '0') // 关自动发送
Configuration
See the YAML block above; row id is ui-speech, engine values
auto | system | dashscope | volcengine | edgetts.
Voice input defaults to Aliyun Bailian (DashScope) realtime ASR — model
paraformer-realtime-v2, free tier 36,000 seconds (10 h) per month, then
¥0.00024/s; get an sk- key at the Bailian console.
Full details in the Chinese section above.