RETARD'S GUIDE TO THE PERFECT TTS WIFE
So, you set up Miku, and want to hear your waifu? I got you covered.
- Set up elevenlabs
From here: https://beta.elevenlabs.io/sign-up
After signing up, go to your profile from the top right, and copy your API key. After that, go to the speech synthesis tab, and tinker with it, use samples and make your waifu's voice. - Fetch your voiceID from elevenlabs
From "resources" at the top, go to API.
From the second tab, click on "get". This is the /v1/get voices button.
From here, click "try it out". The xi-api-key space will have opened up. Put your api key in there.
Click execute. You will see all your voices in the text box. From here, find the voice that you wanna use for Miku, and copy it's voiceid. Looks like this; "voice_id": "voiceidhere", - Put that bitch into Miku
Navigate to your Miku bots folder. That is;
Miku > apps > bot-directory > db > bots
From here, you will see the bot files. The file names are non-sense, so you'll have to open the files with notepad or some shit, and figure out which one is the bot you wanna use. This is self-explanatory, the name of the bot is in the first line.
After opening this, you wanna find "outputListeners":service:"
This indicates the service you will use for TTS. If you wanna use Elevenlabs (Following the tutorial here, you will be doing that. Note that the default Miku bot uses another tts service, so you should make sure you change it to Elevenlabs), the full line would be,
"outputListeners":[{"service":"elevenlabs_tts"
Now all that remains is to paste the VoiceID you copied earlier into the {"voiceId":"[voiceidhere]"} line.
If you did it all correctly, just refresh the miku page, and your tts should be working. Enjoy.