From 5ca77f86b70718b4ef1a07299efbd6431268d546 Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 20 Aug 2026 18:06:22 -0400 Subject: fix: do not chunk with audio.cpp backend (double chunking) --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index dd3aece..b9d3057 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ You will also need to install one of the following backends (see below for insta | `--language ` | Output language for the synthesized speech. Can add an accent even if the text is English. | | `--backend {gradio,faster,audiocpp}` | TTS server to use (default `gradio`). `faster` and `audiocpp` require their server running first — see the backend sections above. | | `--voice ` | Voice to request from a server-side voice configuration (`--backend faster` or `audiocpp` only). | +| `--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 `gradio` and `faster` backends always chunk. | | `--debug` | Troubleshooting: dump each chunk's raw audio and sent text to `debug/` and log every request. | Other options including backend server URLs/ports are configured in `converter/config.py` -- cgit v1.2.3