Skip to content

Commit dab1726

Browse files
committed
fixed
1 parent a8f0817 commit dab1726

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Example
3636
async def main():
3737
async with Client() as client:
3838
audio_query = await client.create_audio_query(
39-
"こんにちは!", style_id=1
39+
"こんにちは!", speaker=1
4040
)
4141
with open("voice.wav", "wb") as f:
42-
f.write(await audio_query.synthesis(style_id=1))
42+
f.write(await audio_query.synthesis(speaker=1))
4343
4444
4545
if __name__ == "__main__":

0 commit comments

Comments
 (0)