diff options
| author | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 13:50:50 -0400 |
| commit | dff790664389d60d16729092a58d9c0dc490a953 (patch) | |
| tree | 7c29996d78b0c1ae82fa9c4dc71ed39bb70d180e /README.md | |
| parent | aac8febbdb45b7994e209bc74a44f8fc98fc745d (diff) | |
| download | tts-audiobook-generator-dff790664389d60d16729092a58d9c0dc490a953.tar.gz | |
remove: --chunk flag (always force client-side chunking)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -72,7 +72,6 @@ You need one of the following backends (the TUI sets them up for you; manual ste | `--speed <n>` | Playback speed, pitch-preserving (`1.0` = normal). A normal-speed copy is also output. | | `--single-file` | Merge all chapters into a single file. `m4b` is always one file. | | `--language <lang>` | Output language for the synthesized speech. Can add an accent even if the text is English. | -| `--chunk` | Force client-side chunking into `CHUNK_SIZE`-word requests. Only matters for `--backend audiocpp`, which otherwise sends each chapter as one request and lets the server chunk long text itself (may double-chunk); the `qwen` and `faster` backends always chunk. | | `--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 | |
