diff options
| author | historia <historiavg@proton.me> | 2026-08-24 12:57:54 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 12:57:54 -0400 |
| commit | aac8febbdb45b7994e209bc74a44f8fc98fc745d (patch) | |
| tree | 1b74a62aa672e19d53dc0a3597d5020db8c2c8d0 /README.md | |
| parent | 4db8ea7a63107297450819d227497ebbb121ff38 (diff) | |
| download | tts-audiobook-generator-aac8febbdb45b7994e209bc74a44f8fc98fc745d.tar.gz | |
feat: --input and --output flags
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. | |
