aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-16 20:32:00 -0400
committerhistoria <historiavg@proton.me>2026-08-16 20:32:00 -0400
commit12caa5275c5d904c1451ea9b6ef9e7ad241d969a (patch)
treec74203e1ab8d58eaf21f22033121fae049592ada
parent2c7bc14835be4c688c79ac7e4ab5c98f94828e83 (diff)
downloadtts-audiobook-generator-12caa5275c5d904c1451ea9b6ef9e7ad241d969a.tar.gz
readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dca4d93..f03aa07 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ CUSTOM_VOICE_INSTRUCT = "Speak naturally and clearly, as if reading a dramatic b
python audiobook_converter.py --voice-clone --voice-sample path/to/reference.wav
```
+The reference .wav should be ~10-15 seconds with a minimum of 3 seconds and maximum of 60 seconds. Longer is not better. ~15 seconds is ideal.
+
Omit `--voice-sample-text` and Whisper will be used automatically to transcribe the reference audio (`faster_whisper` or `whisper`). If no Whisper backend is installed, it falls back to x-vector-only cloning.
To skip automatic transcription explicitly, pass `--no-transcription`. This should be worse, but in my experience may give a preferable flatter tone to certain voices.