feat: concise report for --skip_play
This commit is contained in:
parent
e17e87e809
commit
7550eedac3
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
@ -106,7 +106,7 @@ def main():
|
|||
generator = pipeline(text, voice=voice)
|
||||
output_files = generate_audio(generator, name, voice)
|
||||
if args.skip_play:
|
||||
print("Audio player disabled. You can play the output files manually:", output_files)
|
||||
print("Audio player disabled. Generated:", output_files)
|
||||
else:
|
||||
try:
|
||||
play_audio(output_files)
|
||||
|
|
Loading…
Reference in a new issue