Skip to content

Commit 52e6728

Browse files
author
Mark
committed
fix: invalid voice in example script
1 parent 48f282f commit 52e6728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# - voice which is used for the audio
88
# - output file name
99
# - play sound after generating the audio
10-
tts(text, Voice.EN_US_MALE_1, "output.mp3", play_sound=True)
10+
tts(text, Voice.US_MALE_1, "output.mp3", play_sound=True)

0 commit comments

Comments
 (0)