diff options
| author | historia <historiavg@proton.me> | 2026-08-24 06:04:38 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 06:04:38 -0400 |
| commit | 4db8ea7a63107297450819d227497ebbb121ff38 (patch) | |
| tree | 250b646195f98a4b4c42b04589c0ca8951d13fbb /app/docs/backend-audiocpp.md | |
| parent | 4f3d16e9d532efd6a6bda283925efeb8c93b51c7 (diff) | |
| download | tts-audiobook-generator-4db8ea7a63107297450819d227497ebbb121ff38.tar.gz | |
fix: don't expect/use local config for remote servers
Diffstat (limited to 'app/docs/backend-audiocpp.md')
| -rw-r--r-- | app/docs/backend-audiocpp.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/docs/backend-audiocpp.md b/app/docs/backend-audiocpp.md index 5001598..c193e92 100644 --- a/app/docs/backend-audiocpp.md +++ b/app/docs/backend-audiocpp.md @@ -89,3 +89,5 @@ python audiobook.py --backend audiocpp --model qwen-clone --voice narrator python audiobook.py --backend audiocpp --model qwen-design \ --instructions "A warm adult female narrator with a British accent" ``` + +The hub also works with an audio.cpp server that runs somewhere else (another checkout, another machine) as long as it answers on the configured port: when there is no local `server.json`, the convert menus query the running server directly (`GET /v1/models` and `GET /v1/audio/voices`) instead of reading one. On the CLI, pass `--model`/`--voice` matching that server's config. |
