dsh-live-talk
v0.5.0 · 1 天前发布
Animate any photo into a responsive virtual girl. She talks, turns, smiles, and moves naturally in sync with your conversation. Low-lag, high-detail.
README
Live Talk
Animate any photo into a responsive virtual girl. She talks, turns, smiles, and moves naturally in sync with your conversation. Low-lag, high-detail.
三层结构
| 层 | 位置 | 职责 |
|---|---|---|
| dsh 插件壳(发布/安装/UI) | package.json、cordis.patch.yml、src/index.js、src/client.js | dsh bundle/client manifest、host 路由、浏览器 conversation.view 标签页与零 Key TTS 试听 |
| 对话角色可视化 core | src/core/characters.js、character-registry.js、dialogue-pipeline.js、emotion.js、conversation-bridge.js | 人物 manifest、人物注册表、与供应商无关的语义管线(句子切分、情绪/动作、TTS 清洗)、dsh session 事件桥 |
| 语音/视频 provider seam | src/core/seams.js、provider-registry.js | asr / tts / avatar-media 三个可替换能力注册表 |
当前是能安装、能显示人物、语音/视频/实时 provider 齐备的切片:人物卡来自 /live/characters,UI 通过 dsh slot 注册;host 已注册 asr-doubao / tts-doubao
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-live-talk
- Repo
- —
- Engines
{"node":">=22.13.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web"}}