From 17f763b6bd440ba671dbfa50379811be6ea1b51d Mon Sep 17 00:00:00 2001 From: "Sanjay Adhitya .S" <105594525+Sanjay-Adhitya@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:49:08 +0530 Subject: [PATCH] Update engine_wrapper.py gtts bug fix commenting the random_voice flag in call_tts --- TTS/engine_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/engine_wrapper.py b/TTS/engine_wrapper.py index 90fe45f..5d79665 100644 --- a/TTS/engine_wrapper.py +++ b/TTS/engine_wrapper.py @@ -154,7 +154,7 @@ class TTSEngine: self.tts_module.run( text, filepath=f"{self.path}/{filename}.mp3", - random_voice=settings.config["settings"]["tts"]["random_voice"], + # random_voice=settings.config["settings"]["tts"]["random_voice"], ) # try: # self.length += MP3(f"{self.path}/{filename}.mp3").info.length