From 24cb17a35ebaf5829cefa943c5a528d4accd7dfc Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 19 Aug 2026 02:44:04 -0400 Subject: feat: --debug flag --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 ` | 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 ` | 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` -- cgit v1.2.3