From 867866f131b0b6c76c54272791e7f7dea01db990 Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 16:40:30 -0400 Subject: feat: better tui menu option gating for models that support custom voices (qwen) and models that do not support instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a6419b..9e9a6b2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ 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 | +| `--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`. | | `--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