|
|
@ -17,7 +17,7 @@ from utils import settings
|
|
|
|
from utils.console import print_step, print_substep
|
|
|
|
from utils.console import print_step, print_substep
|
|
|
|
from utils.voice import sanitize_text
|
|
|
|
from utils.voice import sanitize_text
|
|
|
|
|
|
|
|
|
|
|
|
DEFAULT_MAX_LENGTH: int = 29 # video length variable
|
|
|
|
DEFAULT_MAX_LENGTH: int = 50 # Video length variable, edit this on your own risk. It should work, but it's not supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TTSEngine:
|
|
|
|
class TTSEngine:
|
|
|
|