From 9d2c24edb983e458b0fbb9f065fbbda79c19ca26 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 21 Aug 2026 14:28:42 -0400 Subject: rename project tts-audiobook generator, doc cleanup --- tests/test_chunking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_chunking.py') diff --git a/tests/test_chunking.py b/tests/test_chunking.py index 3cd926b..2904e40 100644 --- a/tests/test_chunking.py +++ b/tests/test_chunking.py @@ -10,7 +10,7 @@ from converter.chunking import split_into_chunks class ChunkSizeDefaultTests(unittest.TestCase): """Guard the request-size setting: each API call is one model generation, and the servers silently truncate audio when a single - generation runs too long (~2.5 min faster backend, ~11 min Gradio + generation runs too long (~2.5 min faster backend, ~11 min Qwen demo), so the default chunk size must stay well inside that budget. There is no hard ceiling beyond CHUNK_SIZE; users raising it accept the truncation risk themselves.""" -- cgit v1.2.3