dsh-voice-kit:为 DeepSeek Harness Web GUI 增加语音输入与回复朗读
`dsh-voice-kit` 是一个面向 DeepSeek Harness Web GUI 的 MIT 许可证语音插件,旨在增强交互体验,主要解决语音输入和回复朗读两个需求。该插件支持通过麦克风进行语音录入,转录结果会追加至草稿;同时支持系统、微软神经及云端神经(如 SiliconFlow CosyVoice2)三类朗读引擎,能自动清理 Markdown 并分块流式播放长文本。用户在设置中可配置引擎、语速、音调及识别语言,密钥状态仅显示保存状态而不泄露数值。安装需执行 `dsh plugin add dsh-voice-kit`,随后重启 DSH Desktop 并刷新 GUI。该插件要求
Read More@zhangbo-cn/dsh-client-ui-voice-input: Adding Composer Voice Input and Reply Read-Aloud to DeepSeek Harness Web
`@zhangbo-cn/dsh-client-ui-voice-input` is an MIT-licensed plugin maintained by Zhangbo-cn, designed to enhance voice interaction for the DeepSeek Harness Web UI. This plugin adds a mic button in the composer area and implements speech-to-text based on the browser's Web Speech API, requiring no API key. Core features include: clicking the microphone starts listening and writes the recognition results into the draft in real time, character by character; holding the microphone, speaking, and releasing automatically sends the message; when conditions are met, it reads the assistant's reply aloud via the host's Edge TTS or the browser's `speechSynthesis`. The plugin supports silently restarting recognition to maintain continuous listening and offers optional automatic sending configuration. Installation only requires
Read More