Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit aec2074

Browse files
authored
Update README.md
1 parent 8220ecb commit aec2074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ apiaudio.api_key = "your-key"
138138
script = apiaudio.Script.create(scriptText="Hello world", scriptName="hello")
139139

140140
# speech creation
141-
response = apiaudio.Speech.create(scriptId=script["scriptId"], voice="Joanna")
141+
response = apiaudio.Speech.create(scriptId=script["scriptId"], voice="Linda")
142142
print(response)
143143

144144
# mastering process
145145
response = apiaudio.Mastering.create(
146146
scriptId=script.get("scriptId"),
147-
soundTemplate="parisianmorning"
147+
soundTemplate="jakarta"
148148
)
149149
print(response)
150150

0 commit comments

Comments
 (0)