From dff790664389d60d16729092a58d9c0dc490a953 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 13:50:50 -0400 Subject: remove: --chunk flag (always force client-side chunking) --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f3f718d..9a535d6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ You need one of the following backends (the TUI sets them up for you; manual ste | `--speed ` | 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 ` | 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 ` | `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 | -- cgit v1.2.3