Releases: cdfmlr/muvtuber
v0.4.0 LipSync
v0.4.0 LipSync
This version brings the real lip-sync feature.
We implemented the issue #38, replacing the Live2dView dependence package guansss/pixi-live2d-display with RaSan147/pixi-live2d-display which supports the lip-sync based on audio analyzing. Thanks @RaSan147 for his work.
MuvtuberDriver's sayer module is rewritten, joining with changes on Live2dDriver, to supports this new feature.
This feature also makes it easier to supports any live2d model. Latter versions (v0.4.x) will test & support the out-of-box live2d model replacement.
✨ Feature
- lip-sync based on audio analyzing
🐛 Fix
- driver can positively ask audioview to reset if there are too many successive errors.
🛠️ Engineering
- sayer has a shorter playback timeout
- logs changes
📄 Documents
- Put versions changelogs into
/docs
⚠️ BREAKS
This version focus on the new feature and slightly neglect the stability as well as the compatibility. We have found the following important feature is broken:
- "悲欢形于色": the new lip-sync based on audio analyzing is not capable to works with the original live2d expression & motion control based on the text emotion analyzing .
Later versions (v0.4.x) will fix it.
v0.3.6
Bug fix and enhancements.
🐛 Fixed
- failed to dial externalsayer gRPC server. (thanks @JackChow6 for #49, @darkpulie for #47 and @nicolapanegos for #44)
✨ Feature
- chatgpt_chatbot add an emoji filter. (thanks @nicolapanegos)
📄 Documents
- update docs about proxy (thanks @JackChow6 for #51) & docker build
- add an English README. (thanks @nicolapanegos)
v0.3.3
v0.3.2 NightyRain
- refactor: musharing_chatbot 老的 v1 接口 -> 统一的 v2 接口
- fix: 修复现有的各种问题
- 尤其是 supports for amd64/Windows
特别感谢 @RAINighty 在 #30 中的耐心调试和热情讨论,对我有很大帮助,故此版本以其命名(原谅我擅自魔改单词顺序)。
v0.3.1
v0.2.0-alpha
引入自动化的容器编排,替代过去的手工散装微服务。
这个版本的实现要特别感谢: ChatGPT 和 GitHub Copilot。
v0.1.2-alpha
分析更多实际运行情况,针对 7x24 高可用运行做了修复改进,为容器化做准备。