nonmean/dsh-audio-input0

dsh-audio-input

DSH web plugin: speak into the composer — macOS native speech-to-text (Apple Speech framework) via a bundled Swift helper

AI 分析

核心用途是为 DSH 输入框提供语音输入。适合 macOS 用户,支持离线识别,需在 macOS 服务器端安装并可在配置文件中指定语言区域。

パッケージ
dsh-audio-input
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$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):

KeyDefaultMeaning
locale'en-US'BCP 47 recognizer locale, e.g. 'zh-CN', 'de-DE'
onDevicefalsetrue forces on-device recognition (fully offline; narrower language support)
remoteToken''Shared secret for the remote helper. Empty = remote dictation disabled