aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-19 02:44:04 -0400
committerhistoria <historiavg@proton.me>2026-08-19 02:44:04 -0400
commit24cb17a35ebaf5829cefa943c5a528d4accd7dfc (patch)
tree3f322308c4192e7ec8fd7d1e70acfb92ff33b252 /README.md
parent11384921323f7b08271be0607d8df774489a1f7d (diff)
downloadtts-audiobook-generator-24cb17a35ebaf5829cefa943c5a528d4accd7dfc.tar.gz
feat: --debug flag
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0913632..3bd999f 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,7 @@ python audiobook.py --faster [--faster-voice NAME]
| `--language <lang>` | Output language for the synthesized speech. Can add an accent even if the text is English. |
| `--faster` | Use a faster-qwen3-tts OpenAI-compatible server (up to 5x faster in certain cases). |
| `--faster-voice <name>` | Chooses a voice from voices.json when using `--faster` with multiple voices. |
+| `--debug` | Troubleshooting: dump each chunk's raw audio and sent text to `debug/` and log every request. |
Other options and defaults are configured in `converter/config.py`