dsh-stt-input
Speech-to-text voice input for the web UI: a mic button in the composer transcribes speech into the draft via the browser Web Speech API (zero-config) or an OpenAI-compatible Whisper API (OpenAI / Groq), with a selectable model and language in Settings.
Web UI 语音输入:输入框旁麦克风按钮语音转文字填入输入框;支持浏览器 Web Speech API 本地识别(零配置、无需密钥)与 OpenAI 兼容 Whisper API(OpenAI/Groq),模型与语言可在设置中选择。
How to install
dsh plugin add github:baisama-cloud/dsh-stt-input About
**中文** · English dsh-stt-input DeepSeek Harness (DSH) Web GUI 的语音输入插件。 点击输入框旁的 🎤 麦克风按钮开始说话,再点一次停止,识别文字自动填入输入框。 识别引擎与模型可在 **设置 → 语音输入** 中选择。 功能 **两种识别引擎** **浏览器本地识别** — 使用浏览器自带的 Web Speech API(SpeechRecognition, Chrome/Edge)。零配置、无需 API Key,边说边把中间结果写进输入框。 **API 识别** — 用 MediaRecorder 录音,通过任意 **OpenAI 兼容** /v1/audio/transcriptions 接口(OpenAI、Groq、自定义)转写。 **模型可选** — whisper-1(OpenAI)、whisper-large-v3、 whisper-large-v3-turbo、distil-whisper-large-v3-en(Groq),或自定义模型名。 **可配置** — 服务预设(OpenAI / Groq / 自定义)、API Base URL、API Key、 识别语言、写入方式(追加到输入框 / 替换输入框内容)。 **实时状态条** — 输入框下方显示录音计时、识别中状态与错误信息。 **隐私** — AP…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-17
- Created
- 2026-08-16
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, deepseek-harness-plugin, dsh, dsh-plugin, dsh-plugins, harness, sst
Related plugins
dsh-voice-input
0nt-one/dsh-voice-input
Mic button in the composer tool row: Web Speech API speech-to-text (Chrome/Edge), language switching, and optional auto-send, zero dependencies.
dsh-voice-call
PandaPolo/dsh-voice-call
Agent-initiated voice calls: `offer_call` rings the human (接听/拒接/稍后再说); accepted calls synthesize and play locally via CrispASR + Qwen3-TTS (9 speakers, 2 Chinese dialects), rejected calls return the decision to the agent.
dsh-voice-webspeech
anweat/dsh-voice-webspeech
Browser Web Speech API voice input: zero server, zero keys, zero model downloads (Edge=Azure, Chrome=Google speech).
dsh-voice-input-plugin
Zhangbo-cn/dsh-voice-input-plugin
Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop.