josiauhlol
commited on
Commit
·
71e2852
1
Parent(s):
2a1e154
Create coveringAudio.md
Browse files- tutorials/coveringAudio.md +34 -0
tutorials/coveringAudio.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Covering Audio
|
2 |
+
Now that you're done, you should get a simple GUI link, click the one that says "gradio", not the IP address.
|
3 |
+
## Downloading the model
|
4 |
+
|
5 |
+
For this tutorial, we're going to cover "Hey Two!" with Oodle.
|
6 |
+
[Right click this text and copy the link address.](https://huggingface.co/josiauhlol/josiauhRVC/resolve/main/Oodle.zip) Then, on Step 2 of the colab, paste the link in.
|
7 |
+
|
8 |
+
We're going to use the easyGUI.
|
9 |
+
|
10 |
+
Choose the model you'd like to use (in this case, Oodle.)
|
11 |
+
|
12 |
+
Then, [download the vocals.](https://huggingface.co/josiauhlol/josiauhRVC/resolve/main/tutorialAudios/Hey%20Two%20Vocals.mp3)
|
13 |
+
|
14 |
+
RVC cannot just seperate vocals and instrumentals automatically, so we're just gonna download the vocals.
|
15 |
+
|
16 |
+
Then upload the audio file. Select it, and you see the little "Convert" button? Click that. It'll take a few seconds but once it's done you should have something that sounds like this!
|
17 |
+
|
18 |
+
[Audio](https://huggingface.co/josiauhlol/josiauhRVC/resolve/main/tutorialAudios/Hey%20Oodle.wav)
|
19 |
+
|
20 |
+
You will have to download every audio file, since I don't think hugging face really supports audio players.
|
21 |
+
|
22 |
+
Finally, you're gonna need the original instrumentals! Now, don't run them through the same proccess as the vocals, no. We're gonna combine both of them together!
|
23 |
+
|
24 |
+
You can use any audio/video editing software you want, so we're gonna use Audacity.
|
25 |
+
|
26 |
+
[Download the original instrumental](https://huggingface.co/josiauhlol/josiauhRVC/resolve/main/tutorialAudios/Hey%20Two%20Instrumental.mp3) and launch Audacity.
|
27 |
+
|
28 |
+
Import both "Hey Oodle.wav" and "Hey Two Instrumentals.mp3". You may have to offset the vocals until it sounds good. probably one second. Use the original song for refrence!
|
29 |
+
|
30 |
+
The reason why this happens is because the wav file and the mp3 file's rates are off. Touching their rates will either slow them down or speed them up.
|
31 |
+
|
32 |
+
Once you're done, export it! Then finally, you have your new cover!
|
33 |
+
|
34 |
+
Check out "Hey Oodle Final.mp3" in the tutorial audio files. [Here it is!](https://huggingface.co/josiauhlol/josiauhRVC/resolve/main/tutorialAudios/Hey%20Oodle.wav)
|