Skip to content

jasterph/Real-Time-Voice-Cloning

 
 

Repository files navigation

Real-Time Voice Cloning

This is a fork of @CorentinJ's famous Real Time Voice Cloning (RTVC) repository.

Windows setup

  1. Install Python 3.6+ if you don't have it already. GUIDE: Installing Python on Windows.
  2. Download RTVC_Windows.zip from the RTVC-7 release.
  3. Extract the zip file.
  4. 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
  1. 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
  1. 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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%