File size: 2,359 Bytes
e545eff a65cb4e bfb1279 bef0e61 bfb1279 7f58c49 0c8b8c6 6839a98 15d408c 0c8b8c6 14bb8a9 0c8b8c6 a987c29 b72f4e9 0c8b8c6 b72f4e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | ---
license: cc
---
(THIS IS UNFINISHED!!!)
This was made with:
https://www.ibm.com/demos/live/tts-demo/self-service/home
(IBM Watson text to speech)
This is a text to speech online generator for free. If you use this, refer to their terms of service:
https://watson-developer-cloud.github.io/terms?name=Text-to-Speech%20Demo
OK, so you got your model with RVC. But you have another voice cloner as well. How can we transport the model to the other voice cloner? This is actually extremely easy. All we need is to create audio with our current models, and upload that audio!
The worst voice cloners work with **2 hours** of audio... I know, they suck... Therefore, here is a 2 hour audio file of Allison from IBM (read their TOS.). Just convert this file to another character with RVC, then upload the converted file!
It actually took a very long time to generate this audio file... I think I will only make one...
1. So, download the sample audio FIRST. Then convert that, even though it's only a couple seconds.
2. Upload that sample audio to RVC and convert it. Most likely the pitch will be wrong. So keep changing the pitch until it's correct.
3. Finally download the FULL audio, and change the pitch to the right one.
4. Now convert the audio file for real with the new pitch changed.
Audio in .wav format:
Sample Audio:
<audio controls src="https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/AllisonDEMO.wav"></audio>
https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/AllisonDEMO.wav
Real Audio:
<audio controls src="https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/Allison%202%20Hours.wav"></audio>
https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/Allison%202%20Hours.wav
Audio in .mp3 format:
Sample Audio:
<audio controls src="https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/AllisonDEMO.mp3"></audio>
https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/AllisonDEMO.mp3
Real Audio:
<audio controls src="https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/Allison%202%20Hours.wav"></audio>
https://huggingface.co/PhoenixStormJr/Use-RVC-for-other-voice-cloners/resolve/main/Allison%202%20Hours.wav |