Skip to content

waroron/Retrieval-based-Voice-Conversion-WebUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

418 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

# python environment
conda env create -f=rvc.yaml

# install ffmpeg and ffprobe
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar xvf ffmpeg-release-amd64-static.tar.xz
cd ffmpeg-release-amd64-static
sudo cp ffmpeg /usr/local/bin
sudo cp ffprobe /usr/local/bin

About

Voice data <= 10 mins can also be used to train a good VC model!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 87.7%
  • Jupyter Notebook 6.4%
  • Shell 3.2%
  • Batchfile 2.7%