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 da11c28 commit 2bb2a04Copy full SHA for 2bb2a04
src/fishaudio/resources/tts.py
@@ -370,7 +370,7 @@ async def convert(
370
)
371
372
# Parameters override config values
373
- config = TTSConfig(format="mp3", speed=1.0)
+ config = TTSConfig(format="mp3", prosody=Prosody(speed=1.0))
374
audio = await client.tts.convert(text="Hello world", format="wav", config=config)
375
# Result: format="wav" (parameter wins)
376
0 commit comments