Yi-Ting Chiu

Results 85 comments of Yi-Ting Chiu

Good idea. Integrating Twitch, YouTube, and Bilibili chat are important features, considering the word "vtuber" is used in the name of this project. However, this project is undergoing massive refactoring,...

Fixed. It now tries to do type conversion so we can preserve more information. Let me know if there are any other problems.

I have read the CLA Document and I hereby sign the CLA

感谢。我马上看。 除此之外,可以到我们的文档站 [Open-LLM-VTuber/open-llm-vtuber.github.io](https://github.com/Open-LLM-VTuber/open-llm-vtuber.github.io) 的 dev 分支 帮忙添加一下相关的文档吗?

没什么问题,就是这玩意儿确实慢,用N卡也慢... 还有这玩意儿 mac 上好像跑不起来。之后写文档时可以提一下。

mac 版没什么好说的。如果有人能在 mac 上面把 spark tts 跑起来的话,我们可以做一些尝试。不过本来就不是所有 tts 都能在 mac 上跑起来的 (不如说大部分我们支持的 tts 在 mac 上的支持都比较emmmm)

喵的我搞忘了。文档能添加一下吗? 如果这几天不能补文档的话我就先 revert 了,1.2 得先发布才行。

MCP server has been implemented in the dev branch and will be released as a part of 1.2. This issue will be closed once 1.2 is released.

后端的 vad 主要是做给 unity 客户端 (和未来其他不支持前端运行 vad 的设备) 用的。如果要自己写代码调用后端的 vad 接口的话,可以直接参考后端对应接口的代码,或直接问 deepwiki 的 AI 助手。 vad 相关接口的代码在 [`websocket_handler`](https://github.com/Open-LLM-VTuber/Open-LLM-VTuber/blob/954bbd2144256b2d23834f1448a5260269da9b59/src/open_llm_vtuber/websocket_handler.py) 里面。 不过为什么你会想要用后端触发的 vad 呢?

这种很短的句子是故意设计的,目的是降低用户听到第一句话的延迟,可以关。 前往 `conf.yaml` 文件下的 `agent_settings` 下的 `basic_memory_agent`,找到 `faster_first_response` 选项,将其设置成 `false` 即可。 话说你用的是什么 tts?