We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f282f commit 52e6728Copy full SHA for 52e6728
example_script.py
@@ -7,4 +7,4 @@
7
# - voice which is used for the audio
8
# - output file name
9
# - play sound after generating the audio
10
-tts(text, Voice.EN_US_MALE_1, "output.mp3", play_sound=True)
+tts(text, Voice.US_MALE_1, "output.mp3", play_sound=True)
0 commit comments