t41372 / Open-LLM-VTuber

Talk to any LLM with hands-free voice interaction, voice interruption, Live2D taking face, and long-term memory running locally across platforms
MIT License
969 stars 94 forks source link

xTTS path issue on windows #30

Closed mattfro closed 2 days ago

mattfro commented 1 week ago

I get this with latest when testing it on windows: [Errno 2] No such file or directory: './cache\598360a3-28bc-44a7-b637-25a06115274f.wav' Producer stopped

Seems when changing this in xTTS.py: self.new_audio_dir = "./cache" to self.new_audio_dir = ".cache/"

fixes it at least on windows. But not sure if that works in linux then, I haven't tested that

t41372 commented 2 days ago

I think I fixed it in commit 36ac83d, but I havn't got the chance to test it on Windows.