aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-24 12:57:54 -0400
committerhistoria <historiavg@proton.me>2026-08-24 12:57:54 -0400
commitaac8febbdb45b7994e209bc74a44f8fc98fc745d (patch)
tree1b74a62aa672e19d53dc0a3597d5020db8c2c8d0 /README.md
parent4db8ea7a63107297450819d227497ebbb121ff38 (diff)
downloadtts-audiobook-generator-aac8febbdb45b7994e209bc74a44f8fc98fc745d.tar.gz
feat: --input and --output flags
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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 <dir>` | Directory containing the books to convert (default `./input`). |
+| `--output <dir>` | Directory to write finished audiobooks to (default `./output`). |
| `--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. |