dsh-audio-input
DSH Web 语音输入插件,通过内置 Swift 助手调用 macOS 原生 Speech 框架实现本地语音转文字。
AI 分析
核心用途是为 DSH 输入框提供语音输入。适合 macOS 用户,支持离线识别,需在 macOS 服务器端安装并可在配置文件中指定语言区域。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nonmean/dsh-audio-input說明文件
閱讀完整 README ↗Configuration reference
Set these under - id: audio-input + config: in the profile's
cordis.patch.yml (all optional):
| Key | Default | Meaning |
|---|---|---|
| locale | 'en-US' | BCP 47 recognizer locale, e.g. 'zh-CN', 'de-DE' |
| onDevice | false | true forces on-device recognition (fully offline; narrower language support) |
| remoteToken | '' | Shared secret for the remote helper. Empty = remote dictation disabled |