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
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