lugia19 / renpyDialogToAudio

Takes a renpy dialog export and generates voices using elevenlabs
8 stars 2 forks source link

There is no video how to use it. #1

Open Megapint1 opened 11 months ago

Megapint1 commented 11 months ago

Sory i'm new to all these things. I meneged to get repo, but i dont know what to do now. I downloaded pyton, but still cant run anyting. Plese help. Sems like realy nice project.

lugia19 commented 11 months ago

The readme pretty much covers everything. To install and run it, you download the git repo (be sure to re-do it since I updated some stuff), then you run run.bat

Once it's open, you just input your API key from elevenlabs (the TTS provider) and the path to the extracted dialog file from the renpy game you wish to voice, as well as the folder where you'd like the audio to be once generated.

After that, you just assign voices to characters and you're good to go. I'd recommend looking at the renpy documentation if you're unsure on how to do the above.