We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f3892 commit c7b3cc6Copy full SHA for c7b3cc6
README.rst
@@ -39,7 +39,7 @@ Example
39
"こんにちは!", speaker=1
40
)
41
with open("voice.wav", "wb") as f:
42
- f.write(await audio_query.synthesis())
+ f.write(await audio_query.synthesis(speaker=4))
43
44
45
if __name__ == "__main__":
voicevox/__init__.py
@@ -15,4 +15,4 @@
15
"HttpException", "NotfoundError",
16
"Speaker", "Style", "SupportedFeature"
17
18
-__version__ = "0.2.0a2"
+__version__ = "0.2.0rc"
0 commit comments