Vocal Synthesis Through MIDI and Vocal Transformation Using RVC: Exploration of Innovative Music Processing Methodologies

16GB RAM.12GB of VRAM.Pytorch install command:
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117
Musescore 3 must be set as an environment variable.
conda create -n m2svc python=3.8
conda activate m2svc
git clone https://github.com/ORI-Muchim/Midi-to-Singing-Voice-Conversion.git
cd Midi-to-Singing-Voice-Conversion
Extract the RVC.zip file and move the folder to this directory.
Install the necessary dependencies:
pip install -r requirements.txt
Place the audio files as follows.
Midi-to-Singing-Voice-Conversion
├────datasets
│ └───kss
│ ├───4_5132.wav
│ ├───4_5133.wav
│ └───4_5134.wav
│
├────inputs
│ ├───cin.mid
│ ├───cin.txt
│ ├───shallow_base.wav
│ ├───shallow.mid
│ └───shallow.txt
│
├────midi2voice
│ ├───__init__.py
│ ├───__main__.py
│ ├───lyrics_tokenizer.py
│ ├───midi2xml.py
│ └───README.md
│
├────RVC
│ └───...
│
├────src
│ └───M2SVC_Flowgraph.png
│
├────final_vocal.wav
├────ko2kana.py
├────main.py
├────Readme.md
├────requirements.txt
├────voice.wav(Raw-Synthesized-Voice)
└────voice.xml
Please put the audio data of Voice Conversation through RVC in ./datasets and txt and mid files to be synthesized with midi2voice in ./inputs folder.
To start this tool, use the following command, replacing your respective values {language: ko, ja, en, zh} / {gender: female / male(Recommend: female)}:
python main.py {model_name} {text_file} {midi_file} {language} {gender} {bpm}
For more information, please refer to the following repositories: - mathigatti/midi2voice - CjangCjengh/vits - RVC-Project/Retrieval-based-Voice-Conversion-WebUI - Kyubyong/g2pK - kdrkdrkdr/ko2kana
$ claude mcp add Midi-to-Singing-Voice-Conversion \
-- python -m otcore.mcp_server <graph>