-
Notifications
You must be signed in to change notification settings - Fork 770
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
Installation on windows native #59
Comments
The creator of #29 here In my vision it is entirely doable for developers / contributors to make a |
it should be very doable, just need to replace espeak with another timestamp aligner |
I made an API version that is compatible with Windows (currently only for TTS, not speech modification). See https://github.com/lukaszliniewicz/VoiceCraft_API. If you test it, please let me know if everything works. It is not exactly what you're looking for, and it uses conda (I think it's a very good method, but everyone has their preference). Still, you can use the modified audiocraft files, the USER and espeak solution from @yumlevi
|
I added VoiceCraft to my audiobook/dubbing generator app: https://github.com/lukaszliniewicz/Pandrator. It has a one-click Windows installer and installs the API (https://github.com/lukaszliniewicz/VoiceCraft_API). |
Vall-E-EX did a great job of a cross platform Gradio frontend for TTS that just works. Lots of cool features beyond basic TTS, such as audio from Microphone, paste in transcripts, manage voice presets and so on. Might be a good inspiration or even adaptable with attribution. |
Hi,
This issue is a installation solution for installing on windows
preferably, if possible at all
without using WSL / docker / conda
Just stock python & pip, maybe a venv, maybe some powershell but preferably pure batch install.
In reference to previous attempts
#28
#29
The text was updated successfully, but these errors were encountered: