dsh-answer-sound
其他 活跃维护

dsh-answer-sound

zl99103/dsh-answer-sound

为网页端Agent提供回答流程全节点音效支持,覆盖回答开始、完成、失败三个生命周期阶段,支持分类音量调节、自定义音频文件替换及总开关控制,开箱即用无需复杂配置。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
1
Open Issues
JavaScript
主要语言
MIT
开源协议
7 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:zl99103/dsh-answer-sound
git clone https://github.com/zl99103/dsh-answer-sound.git
git clone git@github.com:zl99103/dsh-answer-sound.git
README.md main

dsh-answer-sound

Agent answer sound effects for the DeepSeek Harness web GUI — a start tone, a done tone, and an error tone that follow the agent's answering lifecycle.

English | 中文

Features

  • Answer lifecycle sounds — a hidden watcher tracks the conversation's running state: the start tone plays when the agent begins answering, the done tone when it finishes, and the error tone when a turn errors
  • Per-kind settings — Settings → General gains four rows: a master switch, plus one row per tone kind (start / done / error), each with a volume slider, a custom audio file picker, and a preview button
  • No external resources — default tones are synthesized with the Web Audio API; optional custom audio files are read locally (never uploaded)
  • Persisted locally — settings are saved in localStorage (key dsh.answer-sound-effects.config)

Install

dsh plugin --profile web add github:<owner>/dsh-answer-sound

Restart dsh web, then open Settings → General to configure.

Security

This plugin is browser-only: the node half is a no-op, nothing runs on the host, no network requests are made, and audio files never leave your machine.

License

MIT