Document TTS configuration better (#142)

* Document TTS configuration better

* Improve CFG documentation
This commit is contained in:
Václav Volhejn
2025-11-26 19:19:28 +01:00
committed by GitHub
parent 8fb54b2b07
commit 13f343f88c
3 changed files with 51 additions and 2 deletions

View File

@@ -276,6 +276,8 @@ echo "Hey, how are you?" | python scripts/tts_rust_server.py - -
# From text file to audio file
python scripts/tts_rust_server.py text_to_say.txt audio_output.wav
```
You can configure the server by modifying `configs/config-tts.toml`. See comments in that file to see what options are available.
</details>
<details>