chore: update example

This commit is contained in:
Ayo Ayco 2025-09-05 09:49:35 +02:00
parent b6efa67fac
commit 2e01c505e3

View file

@ -117,11 +117,13 @@ python tts.py -c
You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title`
```bash
# This will put the generated files in ./outputs/siple-greeting/
# This will put the generated files in ./outputs/simple-greeting/
python tts.py "Hello there!" --title "simple-greeting"
ls ./outputs/simple-greeting
# or shorter
python tts.py "Hello there!" -t "simple-greeting"
python tts.py "Hello there! and Hi!" -t "simple-greetings"
ls ./outputs/simple-greetings
```
### Voices