Add subtitle file voicing feature, improvements in code and documentation

This commit is contained in:
Deniz Şafak
2025-11-18 04:37:15 +03:00
parent ad8a6e520e
commit 6bb6fcb406
8 changed files with 969 additions and 110 deletions
+2
View File
@@ -14,6 +14,8 @@ class QueuedItem:
output_format: str
total_char_count: int
replace_single_newlines: bool = False
use_silent_gaps: bool = False
subtitle_speed_method: str = "tts"
save_base_path: str = None
save_chapters_separately: bool = None
merge_chapters_at_end: bool = None