huangdejie/dsh-speech-plugin

插件 ⭐ 1 MIT web-ui

DeepSeek Harness的语音插件:逐条消息语音播放、自动播报和麦克风听写——基于阿里云DashScope或火山引擎的云TTS/ASR(可自由组合),并带有Web Speech API回退方案。

catalog 简介:Speech plugin for DeepSeek Harness: per-message voice playback, auto-announce, and dictation via mic — cloud TTS/ASR on Alibaba DashScope or Volcengine (freely combinable), with Web Speech API fallback.

安装

# 从 npm 安装:构建产物已在包内,装完即用
dsh plugin --profile web add dsh-speech-plugin

# 从本地目录安装:源码仓库须先构建
git clone https://github.com/huangdejie/dsh-speech-plugin
cd dsh-speech-plugin && pnpm install && pnpm run build
cd <你的 deepseek-harness 目录>
dsh plugin --profile web add /绝对路径/dsh-speech-plugin

huangdejie/dsh-speech-plugin 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。