From 7a9fe4bf000d5c137413f0a1edcf3551f499d4db Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Aug 2025 19:50:36 +0100 Subject: [PATCH] longer videos --- 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 1dfe407..1cc59de 100644 --- a/TTS/engine_wrapper.py +++ b/TTS/engine_wrapper.py @@ -15,7 +15,7 @@ from utils.console import print_step, print_substep from utils.voice import sanitize_text DEFAULT_MAX_LENGTH: int = ( - 50 # Video length variable, edit this on your own risk. It should work, but it's not supported + 300 # Video length variable, edit this on your own risk. It should work, but it's not supported )