diff options
| author | historia <historiavg@proton.me> | 2026-08-19 05:13:36 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-19 05:13:36 -0400 |
| commit | 94ddbb0634022a6e5209b5221c057228ec3d1418 (patch) | |
| tree | d7892e758cad10336816695166c511f7a9689704 /audiobook.py | |
| parent | 9d4d7ef806c17387af9778725cd65a5e7ed10e39 (diff) | |
| download | tts-audiobook-generator-94ddbb0634022a6e5209b5221c057228ec3d1418.tar.gz | |
feat: reuse one seed per run for consistent voice across chunks
Diffstat (limited to 'audiobook.py')
| -rwxr-xr-x | audiobook.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.") ) |
