chore: update usage readme

This commit is contained in:
Ayo Ayco 2025-09-03 23:37:35 +02:00
parent 9f97244642
commit a183bbea5e

View file

@ -63,10 +63,16 @@ If using Intel XPUs, set the env variables
$ . env.sh
```
To run the program it needs an input file using the flag `--input`.
Running the program without arguments will use the demo text `tongue-twister.txt` with the default voice.
```bash
$ python tts.py --input demo/tongue-twister.txt --voice asmr
$ python tts.py # will use default arguments
```
To run the program with an input file, use flag `--input`.
```bash
$ python tts.py --input demo/tongue-twister.txt
```
### Voices