VoiceCraft icon indicating copy to clipboard operation
VoiceCraft copied to clipboard

espeak not working as backend on Windows OS

Open ZeroHackz opened this issue 11 months ago • 3 comments

hi there,

Thanks for open sourcing this, I have everything installed and building perfectly. But espeak isn't supported on windows, is there a way to use a different backend for the text tokenizer? I've tried nltk and failed :(

These two lines:

text_tokenizer = TextTokenizer(backend="espeak")
audio_tokenizer = AudioTokenizer(signature=encodec_fn)  # Will also put the neural codec model on GPU

Everything else is working perfectly: image

ZeroHackz avatar Mar 30 '24 13:03 ZeroHackz