From 931179c872a1db40c608e47462003f90fe38c2fa Mon Sep 17 00:00:00 2001 From: Jason <66544866+JasonLovesDoggo@users.noreply.github.com> Date: Sat, 11 Jun 2022 16:03:51 -0400 Subject: [PATCH] Update TTSwrapper.py TTS fix --- video_creation/TTSwrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/TTSwrapper.py b/video_creation/TTSwrapper.py index 17ab777..fc104dc 100644 --- a/video_creation/TTSwrapper.py +++ b/video_creation/TTSwrapper.py @@ -92,7 +92,7 @@ class TTTTSWrapper: # TikTok Text-to-Speech Wrapper audio_clips = [] cbn = sox.Combiner() - cbn.set_input_format(file_type=["mp3" for _ in chunks]) + #cbn.set_input_format(file_type=["mp3" for _ in chunks]) chunkId = 0 for chunk in chunks: