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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LindaKivine authored Sep 14, 2022
1 parent 8220ecb commit aec2074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ apiaudio.api_key = "your-key"
script = apiaudio.Script.create(scriptText="Hello world", scriptName="hello")

# speech creation
response = apiaudio.Speech.create(scriptId=script["scriptId"], voice="Joanna")
response = apiaudio.Speech.create(scriptId=script["scriptId"], voice="Linda")
print(response)

# mastering process
response = apiaudio.Mastering.create(
scriptId=script.get("scriptId"),
soundTemplate="parisianmorning"
soundTemplate="jakarta"
)
print(response)

Expand Down

0 comments on commit aec2074

Please sign in to comment.