aboutsummaryrefslogtreecommitdiff
path: root/app/docs/backend-faster.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-28 14:57:48 -0400
committerhistoria <historiavg@proton.me>2026-08-28 14:57:48 -0400
commitdb38085d07ce75f8961eecdc1919e98748254c53 (patch)
treebeaea2ba84de05bfc2fa90e9b92a24568d3b4cb9 /app/docs/backend-faster.md
parentafb2c2d5b297c5aa28bcced0e3f90e207d799c2a (diff)
downloadtts-audiobook-generator-db38085d07ce75f8961eecdc1919e98748254c53.tar.gz
refactor: overhaul config.py, remove cli default options
Diffstat (limited to 'app/docs/backend-faster.md')
-rw-r--r--app/docs/backend-faster.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/docs/backend-faster.md b/app/docs/backend-faster.md
index f5b728f..5de337d 100644
--- a/app/docs/backend-faster.md
+++ b/app/docs/backend-faster.md
@@ -44,5 +44,8 @@ python examples/openai_server.py --voices voices.json --port 8000
Then from another terminal, run audiobook.py with `--backend faster`
```bash
-python audiobook.py --backend faster [--voice NAME]
+python audiobook.py --backend faster --voice NAME
```
+
+`--voice` is required: NAME must be a key in the server's `voices.json`
+(the server silently falls back to its first configured voice if it is not).