Voice-Cloning-App
Voice-Cloning-App copied to clipboard
A Python/Pytorch app for easily synthesising human voices
Running main.py gives the error: `Traceback (most recent call last):` `File "/content/Voice-Cloning-App/main.py", line 5, in ` `from engineio.async_drivers import threading # noqa` `ModuleNotFoundError: No module named 'engineio'` Running `pip list`...
I'm using the Windows version "Voice-Cloning-App-1.1.1-cpuonly" on Windows 10. I've uploaded a text (26kb) and its audio in mp3 (76MB). I've chosen the Spanish language (since it is the language...
ok, so I'm using anaconda on windows. I made a venv that has python3.6 since that's what vca uses. I activate it and run the instalation of dependancies, then according...
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True). --------------------------------------------------------------------------- NotADirectoryError Traceback (most recent call last) [](https://localhost:8080/#) in () 25 dataset_path = os.path.join(dataset_directory, dataset) ---> 26...
The current install script uses Python 3.6 -- however, Python 3.6 isn't available in the deadsnakes repository when using the latest Ubuntu LTS (see https://wiki.ubuntu.com/Releases -- 22.04 / Jammy Jellyfish)....
With the 1.1.1 update, I get the same error on every model, while training on existing models. Invalid characters in text (for alphabet): ’ (RIGHT SINGLE QUOTATION MARK),” (RIGHT DOUBLE...
Voice Cloning works flawlessly using the English language – really powerful tool, thanks a lot! But there are several bugs for the German language. -German.txt must be manually put in...
I'm getting an error when trying to start the process of creating a dataset. I select my audio file and my text file, but I get an error saying "no...
so, after I installed visual studio build tools, I decided to get back into this, I installed all the dependencies, and tried running python3 main.py, so I got this error:...
### Use a clear heading (include in brackets which stage this relates to: installation, dataset, training or synthesis) If raising a bug: - Ensure you are using the latest release...