From 94ddbb0634022a6e5209b5221c057228ec3d1418 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 19 Aug 2026 05:13:36 -0400 Subject: feat: reuse one seed per run for consistent voice across chunks --- audiobook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audiobook.py') diff --git a/audiobook.py b/audiobook.py index 31777e8..b8c445e 100755 --- a/audiobook.py +++ b/audiobook.py @@ -119,7 +119,7 @@ Examples: default=None, metavar="NAME", help=("Voice entry to request from the faster server's voice config " - "(default: the FASTER_TTS_VOICE setting in converter/config.py, " + "(default: the FASTER_VOICE setting in converter/config.py, " "typically 'default'). Must match a key in the server's voices.json, " "or 'default' when the server was started with --ref-audio.") ) -- cgit v1.2.3