diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
