From ed2739ea2490367c8f1fdedb3553342af180f1a2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 6 Sep 2025 10:14:21 +0200 Subject: [PATCH] chore: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98fac4a..93fcb54 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ python tts.py -c ### Labeling your outputs -You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title` +You can indicate a title to be used as label (i.e., file name prefix and directory name) to the generated outputs using `--title`. This is useful for organizing your outpur files and avoid the default temporary named files from being overriden. ```bash # This will put the generated files in ./outputs/simple-greeting/ @@ -200,6 +200,8 @@ It is possible that the there are additional setup for a specific voice language You can disable the built-in audio player with `--skip_play` if you choose to play the audio files generated with your preferred player. +This is useful for when you just want to generate the audio files, leave your computer running, and come back to it after a while. Don't forget to [label your outputs](#labeling-your-outputs) to prevent default named files from being overriden. + ```bash python tts.py "Hello there!" --voice asmr --skip_play