lugia19 / elevenlabslib

Full python wrapper for the elevenlabs API.
MIT License
150 stars 27 forks source link

How to modify stability and other parameters for premade voice? #12

Closed stefanlenoach closed 1 year ago

stefanlenoach commented 1 year ago

Not obvious in the documentation, seems like it should be. Thanks so much for this library, beautiful and easy to use!

lugia19 commented 1 year ago

It's voice.edit_settings() if you want to change the "default" values, alternatively you can include them in the call to voice.generate_and_play() (or similar) which will override them only for that generation.