Skip to content

guglielmofratticioli/NeuVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuVC

Neural based vst plugin for VoiceConversion. Supports RVC and RVC2 trained models in pytorch .pth (python) and .pt (c++ traced) formats.

Video Presentation

IMAGE ALT TEXT HERE

build with XCode

put JUCE folder on the Thirdparty folder, then run

$ mkdir build 
$ cd build

then create an Xcode project with

$ make -G "Xcode" ./build

you can launch the .XcodeProj and build it yourselg

Install and run

You can download the pre-built MacOS-Arm release on the releases page.

or click here:

download Installer for MacOs-Arm

Python setup

If you want to use the python mode to directly convert with .pth RVC models you should

  • Install python setting up a conda/miniconda version 3.0+
  • Install using pip the requirements in requirements.txt conda activate base conda install pip¡ move to cloned NeuVC directory and launch pip install -r requirements.txt`