From 71f2c85aa5ea2aa5fe5f31537f5979459e82fcdd Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Sep 2026 15:55:06 -0400 Subject: feat: instructions options translated automatically by --instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 84b1b7b..e902ee0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ cd tts-audiobook-generator | `--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`) | | `--output-file ` | `out/dune.mp3` | Base output path for the audiobook from `--input-file` | -| `--instructions "..."` | `"A warm adult female narrator with a British accent"` | Voice design or style instruction. Usually used for voice design models, some clone models also accept this. | +| `--instructions "..."` | `"A warm adult female narrator with a British accent"` | Voice design or style instruction. Usually used for voice design models, some clone models also accept this. Families that read it as a request option (e.g. `--option instructions=` like BreezeTTS) get it translated automatically. | + | `--speed ` | `1.0` | Playback speed, pitch-preserving (`1.0` = normal). A normal-speed copy is also output. Defaults to the `SPEED` setting in `app/converter/config.py`. | | `--single-file` | | Merge all chapters into a single file. `m4b` is always one file. | | `--language ` | `English` | Output language for the synthesized speech. May add an accent even if the text is English. | -- cgit v1.2.3