diff --git a/video_creation/voices.py b/video_creation/voices.py index 5c16088..8f8a23d 100644 --- a/video_creation/voices.py +++ b/video_creation/voices.py @@ -1,8 +1,14 @@ +import os from utils.console import print_step, print_substep from rich.progress import track from tts.engine_wrapper import TTSEngine import tts.google_translate_tts +## Add your provider here on a new line +TTSProviders ={ + "GoogleTranslate": tts.google_translate_tts +} + def save_text_to_mp3(reddit_obj): """Saves Text to MP3 files.