How to install Real-Time Voice Cloning Python? Full tutorial | 2022

This is a detailed video tutorial on how you can install Real-Time Voice cloning on your Windows computer. This program runs on Python and we will start from scratch on setting up the real-time voice cloning.

As the name suggests, with real-time voice cloning you can convert text to speech completely free and as well use your own vocal which will have the capacity to convert text to your vocal sound. However, your own voice may or may not sound as perfect. Personally, for us, it didn’t actually work as we thought but anyway please do give it a try – it might work great for you.

Thank you.

STEPS:

Installing Anaconda
1. Download and Install anaconda (https://www.anaconda.com/)
2. Open anaconda 3 CMD

Installing python 3.9
1. conda create –name voice-clone python=3.9 (Creates an environment name voice-clone with python 3.9)

2. conda activate voice-clone (activates voice-clone (base) in front will change to voice-clone)

3. Install ffmeg (https://anaconda.org/conda-forge/ffmpeg)
conda install -c conda-forge ffmpeg (used this one)

4. conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cpuonly -c pytorch (Install pytorch) – https://pytorch.org/get-started/previous-versions/

5. pip install -r requirements.txt (run this)

6. conda install -c conda-forge librosa

7. Microsoft Visual C++ 14.0
(https://answers.microsoft.com/en-us/windows/forum/all/microsoft-visual-c-140/6f0726e2-6c32-4719-9fe5-aa68b5ad8e6d)

8. Install missing things whatever error is shown
pip install Unidecode
pip install inflect
pip install sounddevice
pip install umap
pip install PyQt5
pip install webrtcvad-wheels
pip install webrtcvad

8. Run Demo
python demo_toolbox.py

9. Launch the Toolbox
python demo_toolbox.py (without data)

10. Toolbox with Dataset
python demo_toolbox.py -d C:\Users\…….








SUBSCRIBE

SUBSCRIBE

Welcome to Hey, Let's Learn Something!

Please sign up here to receive the latest updates on our blogs, tutorials and download section :)

Thank you for subscribing :)