Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

File metadata and controls

40 lines (28 loc) · 1.07 KB

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`