AI Agent Hub
Back to plugins
🖥️

dshtools-sensevoice-input

Client Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install ilovedyou6666-hub/dshtools-sensevoice-input

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install ilovedyou6666-hub/dshtools-sensevoice-input in the terminal to install this plugin; the source is available at https://github.com/ilovedyou6666-hub/dshtools-sensevoice-input

About this plugin

Frequent voice-to-draft workflows in DSH Desktop often force you to ship audio to a cloud ASR endpoint, wait on round-trip latency, and accept a privacy trade-off you may not want. dshtools-sensevoice-input keeps the entire transcription pipeline inside the desktop process: tap the microphone next to the input box, record up to 60 seconds of speech, and let FunASR with SenseVoiceSmall run inference on a local CPU. The transcript is written straight into the draft via inputActions.setDraft, complete with parsed language and sentiment tags (e.g. zh · NEUTRAL), with zero outbound network calls.

The plugin lazy-loads the model on the first request—expect a 10-to-30-second warm-up—then reuses the same Python process for subsequent utterances of only a few seconds each. If the inference process crashes, it is restarted automatically, so you never have to relaunch the desktop app. The UI adapts to the DSH theme, a floating badge shows model readiness at a glance, and failures surface the exact reason with a one-tap retry.

It is built for DSH Desktop users who dictate often, treat audio as sensitive data, or work inside air-gapped and restricted networks. No cloud account, no API key, no audio ever leaves 127.0.0.1, and out of the box it covers transcription in more than 50 languages.

Use Cases

  • Dictate notes on the fly and have the transcript land in the draft box instantly
  • Need speech-to-text in an air-gapped environment where audio must never leave the machine
  • Capture ideas quickly with automatic language and sentiment tagging
  • Replace typing with a 60-second voice memo during meeting breaks

Best For

  • DSH Desktop users who rely heavily on voice input
  • Privacy-conscious developers who want to avoid cloud ASR
  • Knowledge workers in air-gapped, offline, or restricted networks