aboutsummaryrefslogtreecommitdiff
path: root/docs/backend-qwen.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-23 23:48:25 -0400
committerhistoria <historiavg@proton.me>2026-08-23 23:48:25 -0400
commit5bfbdcb5765fd4eb57d13c67169bb3c2706ead75 (patch)
treea07a27976f56a449e8c33641161553aa0989f5c2 /docs/backend-qwen.md
parent07f7b351f2956b6c92761877c9a4314bcede3b6e (diff)
downloadtts-audiobook-generator-5bfbdcb5765fd4eb57d13c67169bb3c2706ead75.tar.gz
feat: audiobook.py tui: convert, modify, or install backends
Diffstat (limited to 'docs/backend-qwen.md')
-rw-r--r--docs/backend-qwen.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/backend-qwen.md b/docs/backend-qwen.md
index 34078e3..b564149 100644
--- a/docs/backend-qwen.md
+++ b/docs/backend-qwen.md
@@ -1,5 +1,7 @@
# Backend Option 2: Qwen3-TTS
+The TUI sets this up: run `python audiobook.py` → **Set up a backend… → Qwen3-TTS**, or `python -m backends.qwen`. It pip-installs `qwen-tts` and configures the two ports and built-in speaker in `converter/config.py`, then prints the launch commands. Manual steps:
+
Install qwen-tts with pip:
```bash