issues
search
JasonLovesDoggo
/
RedditVideoMakerBot
Create Reddit Videos with just✨ one command ✨
GNU General Public License v3.0
23
stars
13
forks
source link
Please explain how to change voice (pls step by step, I'm a noob)
#44
Closed
mrawesomey
closed
2 years ago
JasonLovesDoggo
commented
2 years ago
Go to video_creation/TTSwrapper.py
Look at around line 40 for this code
voice = self.randomvoice() if random_speaker else 'en_us_002'
Look at the list of valid voices as defined on line 4 of that same file. Replace the en_us_002 with whatever voice you want
Run the program
voice = self.randomvoice() if random_speaker else 'en_us_002'