# 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
waroron/Retrieval-based-Voice-Conversion-WebUI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Python 87.7%
- Jupyter Notebook 6.4%
- Shell 3.2%
- Batchfile 2.7%