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
  1. Go to video_creation/TTSwrapper.py
  2. Look at around line 40 for this code voice = self.randomvoice() if random_speaker else 'en_us_002'
  3. 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
  4. Run the program