aboutsummaryrefslogtreecommitdiff
path: root/tests/test_chunking.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-21 14:28:42 -0400
committerhistoria <historiavg@proton.me>2026-08-21 14:28:42 -0400
commit9d2c24edb983e458b0fbb9f065fbbda79c19ca26 (patch)
tree8286decf2080bbd61c812dfab5d7dbe1ad1f94d5 /tests/test_chunking.py
parente5c722e9fc67f20c1545f79bb4bbc0188dea7d1f (diff)
downloadtts-audiobook-generator-9d2c24edb983e458b0fbb9f065fbbda79c19ca26.tar.gz
rename project tts-audiobook generator, doc cleanup
Diffstat (limited to 'tests/test_chunking.py')
-rw-r--r--tests/test_chunking.py2
1 files changed, 1 insertions, 1 deletions
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."""