Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espeak not working as backend on Windows OS #28

Closed
ZeroHackz opened this issue Mar 30, 2024 · 5 comments
Closed

espeak not working as backend on Windows OS #28

ZeroHackz opened this issue Mar 30, 2024 · 5 comments

Comments

@ZeroHackz
Copy link

ZeroHackz commented Mar 30, 2024

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

@bbecausereasonss
Copy link

Alot of the installation instructions don't work for windows because apt-get is not a conda/windows cdmlet

@rikabi89
Copy link

Your better off using WSL

@jasonppy
Copy link
Owner

try quickstart with docker, should work for windows https://github.com/jasonppy/VoiceCraft?tab=readme-ov-file#quickstart

@sangfrois
Copy link

bootphon/phonemizer#44

@ZeroHackz
Copy link
Author

try quickstart with docker, should work for windows https://github.com/jasonppy/VoiceCraft?tab=readme-ov-file#quickstart

will do thanks, I'll close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants