yangfei222666-9/dsh-voice-gate

yangfei222666-9★ 1Python最后同步: 2026-08-21

在 GitHub 打开

Voice gate plugin for DeepSeek Harness: HTTP text-in/voice-reply channel for phone access

README 摘要

dsh-voice-gate 🐳 A voice gate for DeepSeek Harness (DSH): speak a note on your phone, tap send, and it lands in your DSH session — locally, with no cloud relay. - 🎤 Mobile PWA page: hold-to-talk input (browser Web Speech API), text fallback, dark UI, whale icon - 🔌 Zero third-party dependencies: Python standard library + a single-file front end - 🔒 Token authentication (auto-generated, 0600 ), path-traversal guard, 2000-char length cap - 🧭 Intent routing : local answers (time/date, backup sentinel status, stock quotes) without touching a session; everything else is delivered to your DSH inbox - 🔀 /api/ reverse proxy to your DSH web instance, so the bundled page works out of the box - 🛰️ LAN out of the box; Tailscale (or any HTTPS reverse proxy) for remote use - 🐳 Installable PWA with a whale icon (add to iPhone home screen) 中文说明见 README.zh-CN.md。 Not a voice assistant and not an official DSH feature. Speech-to-text happens in your phone's browser (Web Speech API) or your phone's keyboard dictation; this project serves a page, authenticates requests, and delivers text into a DSH session. It is a community project; it is not affiliated with, endorsed by, or part of DeepSeek. …

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginvoice

分类