aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-25 16:49:36 -0400
committerhistoria <historiavg@proton.me>2026-08-25 16:49:36 -0400
commit775b716d86f5e681807698522e56c3d0f861c5bf (patch)
tree420b31c7b2f743ee83ad933bbc00073d5f6b9e2a /README.md
parent867866f131b0b6c76c54272791e7f7dea01db990 (diff)
downloadtts-audiobook-generator-775b716d86f5e681807698522e56c3d0f861c5bf.tar.gz
feat: combine --speaker and --voice for clarity
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e9a6b2..3ed84e8 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,7 @@ Everything the TUI does can also be scripted with flags: `python audiobook.py --
| `--model <id>` | `audiocpp`: Choose the model from `server.json` |
| `--instructions "..."` | `audiocpp`: voice design or style instruction. Required for voice design models (`vdes`) |
| `--option KEY=VALUE` | `audiocpp`: Some models support custom options (e.g. `emotion=netural`) that can be passed with this flag |
-| `--voice <name>` | `audiocpp`, `faster`: Server-side voice to request (`audiocpp`: a `voice_preset`/`voice_dir` entry for cloning; with `AUDIOCPP_CLONE_MODEL_ID` set it reroutes to the clone model — typically the Qwen Base model). |
-| `--speaker <name>` | `audiocpp`: Built-in Qwen3-TTS CustomVoice speaker (e.g. `Vivian`, `Ryan`, `Uncle_Fu`). Selects speaker mode on the CustomVoice model entry; mutually exclusive with `--voice`. |
+| `--voice <name>` | `audiocpp`, `faster`: Voice to request. `audiocpp`: on the Qwen3-TTS CustomVoice entry a built-in speaker (e.g. `Vivian`, `Ryan`, `Uncle_Fu`); on every other family a `voice_preset`/`voice_dir` entry for cloning (with `AUDIOCPP_CLONE_MODEL_ID` set it reroutes to the clone model — typically the Qwen Base model). `faster`: a key in the server's `voices.json`. |
| `--clone <path>` | `qwen`: Reference audio (`wav`) for voice cloning. |
| `--transcription "..."` | `qwen`: Override whisper auto-transcription with manual audio transcript. |
| `--no-transcription` | `qwen`: Skip auto-transcription of the reference audio. |