DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Tts — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@goodandready/dsh-tts

Tts

DeepSeek Harness 的文本转语音:在 Web UI 中朗读代理回复,并支持提供商回退链(OpenAI、ElevenLabs、Google、Azure、Groq、Deepgram、OpenRouter、Edge、Piper、eSpeak)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @goodandready/dsh-tts@0.4.18
README兼容性版本

兼容性与来源证明

Tts 以 @goodandready/dsh-tts 发布,当前版本为 0.4.18。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.4.18stable
2026/9/19
0.4.17stable
2026/9/18
0.4.16
stable
2026/9/18
查看其余 34 个版本收起版本
0.4.15stable
2026/9/18
0.4.10stable
2026/9/15
0.4.9stable
2026/9/15
0.4.7stable
2026/9/13
0.4.8stable
2026/9/13
0.4.6stable
2026/9/12
0.4.5stable
2026/9/12
0.4.2stable
2026/9/11
0.4.1stable
2026/9/11
0.4.0stable
2026/9/9
0.3.23stable
2026/9/7
0.3.22stable
2026/9/6
0.3.21stable
2026/9/2
0.3.20stable
2026/9/2
0.3.16stable
2026/8/30
0.3.15stable
2026/8/27
0.3.13stable
2026/8/26
0.3.12stable
2026/8/26
0.3.11stable
2026/8/26
0.3.10stable
2026/8/26
0.3.9stable
2026/8/26
0.3.8stable
2026/8/26
0.3.7stable
2026/8/26
0.3.6stable
2026/8/26
0.3.5stable
2026/8/25
0.3.4stable
2026/8/25
0.3.3stable
2026/8/25
0.3.2stable
2026/8/25
0.3.1stable
2026/8/23
0.3.0stable
2026/8/21
0.2.1stable
2026/8/21
0.2.0stable
2026/8/20
0.1.2stable
2026/8/20
0.1.1stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.4.18
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
346.9 kB
文件数
36
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 2
周下载
1,122
安全扫描
✓ v0.4.18 扫描通过
最近提交
2026/9/19
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

📦 @goodandready/dsh-tts

Multi-Provider Text-to-Speech Voice Synthesis with Local Neural Engines, Sub-300ms Streaming, IT Dictionary & Messenger Integration for DeepSeek Harness

🇬🇧 English • 🇷🇺 Русский • 🇨🇳 中文说明

⭐ If you like this plugin, please star it on GitHub — it shows me that the plugin is useful to you and motivates me to keep developing it.

🐛 If you find a bug or would like to request a feature, open a GitHub issue in any language — I will review your proposal and implement useful suggestions in a future plugin version.

⚡ Overview

dsh-tts provides robust, lifelike spoken voice synthesis for assistant replies in the DeepSeek Harness Web UI. When Speak agent replies is enabled, each finished assistant turn or real-time streaming chunk is synthesized on the host and streamed directly to the browser.

API keys never reach client browsers: synthesis is executed entirely on the host backend across independent multi-provider fallback chains, including local system engines (Edge TTS, Piper, eSpeak). Kokoro-82M and F5-TTS weights can be downloaded for future runtime support, but neural inference is not bundled in this package — those providers fail honestly and the chain continues.

graph LR
    subgraph Input [Assistant Message]
        Reply[💬 Agent Reply Text] --> Scrub[Smart Text Scrubbing & IT Dictionary]
    end

    subgraph Stream [Low-Latency Streaming]
        Scrub --> SSE[SSE /dsh-tts/stream]
        SSE --> Worklet[AudioWorklet PCM Processor]
    end

    subgraph Cache [Performance Layer]
        Scrub --> LRU{Disk LRU Cache}
        LRU -->|Cache Hit| Play[Immediate Audio Playback]
    end

    subgraph Fallback [TTS Provider Fallback Chain]
        LRU -->|Cache Miss| Chain{Active Chain}
        Chain -->|Offline| P1[Edge TTS / Piper / eSpeak]
        Chain -.->|Cloud Neural| P2[OpenAI / ElevenLabs / Google / Azure / Groq]
        Chain -.->|OpenAI-compatible| P3[SiliconFlow / DeepInfra / Fireworks / OpenRouter]
        Chain -.->|Other| P4[MiMo / MiniMax / Custom]
    end

    subgraph Output [Delivery & Integrations]
        P1 --> Store[Save to Cache]
        P2 --> Store
        P3 --> Store
        P4 --> Store
        Store --> Play
        Store --> Msg[Telegram / Discord via dsh-messenger-gateway]
    end

    style Input fill:#1e1e2e,stroke:#89b4fa,stroke-width:2px,color:#cdd6f4
    style Stream fill:#181825,stroke:#89dceb,stroke-width:2px,color:#cdd6f4
    style Cache fill:#181825,stroke:#cba6f7,stroke-width:2px,color:#cdd6f4
    style Fallback fill:#11111b,stroke:#a6e3a1,stroke-width:2px,color:#cdd6f4
    style Output fill:#181825,stroke:#f38ba8,stroke-width:2px,color:#cdd6f4

🚀 Key Features

1. 📴 Offline system engines + optional future neural runtimes

  • Edge TTS / Piper / eSpeak: fully offline or free local/system synthesis without cloud API keys (Edge needs the edge-tts CLI).
  • Kokoro-82M / F5-TTS: weight download and status UI only. Neural inference is not bundled in this package — those providers fail with a clear reason and the fallback chain continues. Do not enable them expecting speech until a supported runtime is wired.
  • ModelManager UI: Direct manual installation in settings with real-time download progress bar, SHA-256 validation, and deletion. No silent or automatic multi-gigabyte downloads.

2. ⚡ Real-Time Streaming Audio (< 300 ms Latency)

  • AudioWorklet (TTSWorklet): High-performance Web Audio Worklet processor playing seamless Float32Array PCM chunks at 24 kHz without audible clicks or buffer underruns.
  • Server-Sent Events (SSE): Dedicated /dsh-tts/stream route delivering synthesized chunks to connected browsers instantly.

3. 🎙️ Voice Duplex & VAD Barge-In (with @goodandready/dsh-voice)

  • Full-Duplex Conversation: Automatic voice reply synthesis upon completion of speech dictation.
  • VAD Barge-In: Immediately mutes assistant speech playback when user voice activity is detected.
  • Installation Guard: If @goodandready/dsh-voice is not present, settings controls are disabled with an explicit instruction banner (dsh plugin --profile web add @goodandready/dsh-voice).

4. 📚 Built-in IT Terminology Pronunciation Dictionary

  • Pre-configured Lexicon: Correct phonetic pronunciation for common technical abbreviations and developer terms:
    • SQL $\rightarrow$ "сиквел"
    • Nginx $\rightarrow$ "энджинкс"
    • Kubernetes / K8s $\rightarrow$ "кубернетис"
    • Docker $\rightarrow$ "докер", API $\rightarrow$ "апи", JSON $\rightarrow$ "джейсон", YAML $\rightarrow$ "ямл"
    • GUI, CLI, CI/CD, PR, Regex, OAuth, HTTP, HTTPS, CPU, GPU, RAM
  • Interactive UI Editor: Edit rules, preview phonetic substitutions with the ▶ Listen button, and populate standard IT terms with one click.

5. 👥 Multi-Agent Personas & Subagent Voice Overrides

  • Assign distinct voices, providers, models, and audio chimes to individual subagents (e.g. coder, reviewer, planner, tester).
  • Subagent Auto-Detection: With autoDetectSubagent enabled, incoming turns automatically match subagents by message metadata (subagent, agent, author, name) and dynamically apply voice, rate, and SSML style presets.

6. 💾 Audio Clip Export & Speech History

  • Export any spoken utterance directly to an audio file (.wav / .mp3) via exportAudioClip(text).
  • Instant download buttons (⤓) integrated directly into the input dock speaker control and recent utterances dropdown list.

7. 💬 Messenger Voice Notes Integration (with @goodandready/dsh-messenger-gateway)

  • Generates voice audio for Telegram and Discord bot replies via POST /dsh-tts/speak.
  • Protective dependency check with installation hint when gateway plugin is missing.

8. 🌐 Canonical English & Chinese Localization (EN + ZH)

  • Complete built-in English (en) and Chinese (zh) UI and speech template dictionaries.
  • Centralized Russian localization provided via @goodandready/dsh-russian-lang through Gitea issue tracking.
  • Smart boundary tokenizer supporting CJK full-width punctuation (。!?), abbreviations, file extensions, and IP/version numbers.

🛠️ Complete Supported Providers Matrix (18 Backends)

Provider KeyService BackendDefault ModelDefault VoiceCredential RefFeatures & Notes
kokoroLocal Kokoro-82M ONNXhexgrad/Kokoro-82Maf_bellaNoneWeights downloadable; ONNX inference not bundled — fails honestly
f5Local F5-TTS GPU DaemonF5-TTSDefaultNoneDaemon ping only; GPU inference not bundled — fails honestly
elevenlabsElevenLabs APIeleven_multilingual_v2RachelELEVENLABS_API_KEYUltra-realistic, emotional nuance
openaiOpenAI Audiogpt-4o-mini-tts / tts-1alloyOPENAI_API_KEYHigh-quality industry standard
edgeMicrosoft Edge Onlineru-RU-SvetlanaNeuralru-RU-SvetlanaNeuralNoneFree, high-fidelity neural TTS without API keys
siliconflowSiliconFlow CosyVoiceFunAudioLLM/CosyVoice2-0.5BDefaultSILICONFLOW_API_KEYState-of-the-art CosyVoice2 neural engine
deepinfraDeepInfra Kokorohexgrad/Kokoro-82MDefaultDEEPINFRA_API_KEYFast open-weights Kokoro synthesis
fireworksFireworks AIkokoroDefaultFIREWORKS_API_KEYUltra-low latency Kokoro inference
minimaxMiniMax Speechspeech-01-turboDefaultMINIMAX_API_KEYHigh-expressiveness neural voice

🧹 Smart Text Scrubbing & Formatting Engine

Before text reaches speech synthesizers, dsh-tts intelligently sanitizes and filters the message so the assistant doesn't read out syntax noise:

  • Fenced Code Blocks: Spoken as "code block, N lines" / "блок кода, N строк".
  • Markdown Tables: Spoken as "table, N rows" / "таблица, N строк".
  • Summary Intros: Spoken as "Summary of the reply" / "Пересказ ответа".
  • Narration Filters: Skip asterisk actions (*smiles*), narrate quotes only, and apply custom regex removal.

📦 Quick Installation

dsh plugin --profile web add @goodandready/dsh-tts

[!IMPORTANT] Restart DSH Web UI after installation (systemctl --user restart dsh-web) and refresh your browser tab.


⚙️ Configuration Recipes (settings.yaml)

dsh-tts:
  speakReplies: true
  enableLocalEngines: true
  kokoroEnabled: true
  streamingEnabled: true
  enableItDictionary: true
  voiceDuplexEnabled: true
  vadBargeIn: true
  messengerTtsEnabled: true
  cache: true
  cacheMaxMb: 150
  autoDetect: true
  chain:
    - provider: edge
    - provider: espeak
      voice: ru-RU-SvetlanaNeural
    - provider: openai
      model: tts-1
      voice: alloy
  roles:
    coder:
      provider: openai
      voice: onyx
    reviewer:
      provider: edge
      voice: ru-RU-DmitryNeural

Settings UI coverage

The plugin settings card (Settings → Plugins → Plugin settings) exposes every user-facing schema field, including an Advanced block for maxChars, sentenceChars, timeoutMs, maxQueue, openaiBaseUrl, mimoBaseUrl, mimoFormat, and minimaxBin.

Provider API keys are never stored in plugin settings. Paste them in the chain editor; values go to the DSH credential store via PUT /dsh-tts/credential.

Config-only (not in the card): *KeyEnv fields (openaiKeyEnv, elevenlabsKeyEnv, …). They only rename the credential slot the plugin looks up. Change them in settings.yaml if you must rebind a key name; the defaults match the usual environment variable names.

🤖 HTTP Endpoints Reference

  • GET /dsh-tts/stream — Real-time Server-Sent Events (SSE) audio streaming.
  • POST /dsh-tts/speak — { text, voice?, model? } → Returns synthesized audio.
  • POST /dsh-tts/preview — { provider, model, voice, text? } → Test voice playback in UI.
  • GET /dsh-tts/models/status — Reports Kokoro/F5 weight installation states (download only; inference not bundled).
  • POST /dsh-tts/models/install — { engine: 'kokoro' | 'f5' } → Starts HuggingFace model download.
  • DELETE /dsh-tts/models/delete — { engine: 'kokoro' | 'f5' } → Removes local model files.
  • GET /dsh-tts/integrations — Status of sibling plugins (dsh-voice, dsh-messenger-gateway).
  • GET /dsh-tts/status — Returns active chain state, cache statistics, and engine readiness.

📄 License

MIT © GooDAnDReaDY

mimoXiaomi MiMo Audiomimo-v2.5-ttsDefaultMIMO_API_KEYLow-latency streaming TTS
googleGoogle Cloud TTSgemini-2.5-flash-preview-ttsLanguage defaultGEMINI_API_KEYMultilingual Google Gemini voice synthesis
azureAzure Cognitive Speechen-US-JennyNeuralRegion defaultAZURE_SPEECH_KEYEnterprise neural synthesis
deepgramDeepgram Auraaura-asteria-enasteriaDEEPGRAM_API_KEYUltra-low latency voice output
groqGroq TTSplayai-ttsdefaultGROQ_API_KEYNear-instant inference speed
openrouterOpenRouter Audioopenai/gpt-4o-mini-ttsalloyOPENROUTER_API_KEYUnified router access
customCustom OpenAI-compatibleConfigurableConfigurableCUSTOM_TTS_API_KEYAny /v1/audio/speech endpoint
piperLocal Piper ONNXLocal ONNX weightsModel defaultNone100% offline neural engine
espeakLocal eSpeak NGSystem synthru / enNone100% offline lightweight fallback