dsh-speak
Make your AI harness speak — verified voice announcements for DSH and other AI coding harnesses (Windows SAPI5 + macOS system voices)
AI 분석
核心用途是将 AI 的文本回复转化为语音朗读。适合在编写代码、双手被占用或视线离开屏幕时,仍需获取 AI 进度汇报和回复内容的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alan2Z/dsh-speakConfiguration
Engine parameters (see docs/DESIGN.md):
speak.ps1 -Text "…" -Volume 50 -Rate 1 -MaxChars 300 -LongTextMessage "本次播报内容较长,请自行阅读。"
DSH plugin configuration — prefer the profile patch config block (visible in
dsh --dump-config, per-profile, survives npm updates):