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 2c037dd commit da11c28Copy full SHA for da11c28
src/fishaudio/resources/tts.py
@@ -121,7 +121,7 @@ def convert(
121
)
122
123
# Parameters override config values
124
- config = TTSConfig(format="mp3", speed=1.0)
+ config = TTSConfig(format="mp3", prosody=Prosody(speed=1.0))
125
audio = client.tts.convert(text="Hello world", format="wav", config=config)
126
# Result: format="wav" (parameter wins)
127
0 commit comments