Real-Time-Voice-Cloning
Real-Time-Voice-Cloning copied to clipboard
Real-Time Voice Cloning
This is a fork of @CorentinJ's famous Real Time Voice Cloning (RTVC) repository. Please download a release for the best experience.
Announcements
- 1/19/2022: A Swedish release is available. The pretrained models were contributed by @ViktorAlm.
- 12/27/2021: Development of RTVC has transferred to the Multi-Language RTVC project. There are no plans to further develop or maintain this repo, but feel free to open an issue to report problems, share ideas and suggestions.
- 12/21/2021: An experimental Spanish release is available.
Windows setup
- Install Python 3.7+ if you don't have it already. GUIDE: Installing Python on Windows.
- Download RTVC_Windows.zip from the RTVC-7 release.
- Extract the zip file.
- Create and activate a Python virtual environment. GUIDE: Python virtual environments in Windows
cd C:\path\to\RTVC\files
python -m venv venv
venv\Scripts\activate.bat
- Install dependencies
pip install --upgrade pip
pip install torch -f https://download.pytorch.org/whl/torch_stable.html
pip install -r requirements.txt
pip install webrtcvad-wheels
- Run the toolbox
python demo_toolbox.py
Audio samples
@bluefish experiments RTVC-7
https://raccoonml.github.io/bluefish_experiments/RTVC-7.html
Credits
https://github.com/CorentinJ/Real-Time-Voice-Cloning/