HA6Bots / Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader

A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
MIT License
610 stars 181 forks source link

TTS Settings #44

Closed aggin23 closed 4 years ago

aggin23 commented 4 years ago

Is there any way to set the generator to use balabolka with tts like IBM or Yandex ?

HA6Bots commented 4 years ago

Sorry for late response. In the video generator VideoTypes/imageframe.py in method generateAudioClip you can change out the voice. self.text is referrring to the frame text that must be passed into the API/tts engine and the resulting audio wav file must be saved with the name self.audio_path2. See the GTTS and balcon examples within that method.