From 775b716d86f5e681807698522e56c3d0f861c5bf Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 16:49:36 -0400 Subject: feat: combine --speaker and --voice for clarity --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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 ` | `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 ` | `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 ` | `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 ` | `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 ` | `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. | -- cgit v1.2.3