From a0e3050c6e1e43df3941077afa4ade9a1c4d6ce4 Mon Sep 17 00:00:00 2001 From: historia Date: Sun, 30 Aug 2026 20:42:02 -0400 Subject: fix: non-clone models correctly supported in tui, restart server when needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd01079..2c0f185 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ python audiobook.py --input-file the_odyssey.epub --output-file the_odyssey.mp3 | ---------------------------------- | ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `--backend {audiocpp,qwen,faster}` | `audiocpp` | TTS server to use. Required: there is no default backend. | | `--format {mp3,m4b,ogg,flac}` | `m4b` | Output format (default: the `AUDIO_FORMAT` setting in `app/converter/config.py`, `m4b`). | -| `--voice ` | `Vivian` | Voice to request. For `faster` this is the key in `voices.json` (required). For the Qwen CustomVoice model this is the speaker (Ryan, Vivian, etc.). | +| `--voice ` | `Vivian` | Voice to request. For `faster` this is the key in `voices.json` (required). For the Qwen CustomVoice model this is the speaker (Ryan, Vivian, etc.). For audio.cpp it is a server-side clone voice: required for clone-only families (e.g. Chatterbox), optional on mixed families and unused by pure-TTS models (e.g. Supertonic). | | `--input ` | `./input` | Directory containing the books to convert (default: the `INPUT_DIR` setting in `app/converter/config.py`, `./input`; relative paths resolve against the project root). | | `--output ` | `./output` | Directory to write finished audiobooks to (default: the `OUTPUT_DIR` setting in `app/converter/config.py`, `./output`). | | `--input-file ` | `books/dune.epub` | Convert one specific book (`.txt`/`.pdf`/`.epub`) | -- cgit v1.2.3