From aac8febbdb45b7994e209bc74a44f8fc98fc745d Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 12:57:54 -0400 Subject: feat: --input and --output flags --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c12f073..f3f718d 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ You need one of the following backends (the TUI sets them up for you; manual ste | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `--backend {audiocpp,qwen,faster}` | TTS server to use (default `audiocpp`). | | `--format {mp3,m4b,ogg,flac}` | Output format (default `m4b`). | +| `--input ` | Directory containing the books to convert (default `./input`). | +| `--output ` | Directory to write finished audiobooks to (default `./output`). | | `--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. | -- cgit v1.2.3