elevenlabs / elevenlabs-python

The official Python API for ElevenLabs Text to Speech.
https://elevenlabs.io/docs/api-reference/getting-started
MIT License
2.12k stars 240 forks source link

Typo in function name: convert_with_timstamps #322

Closed keaganaut closed 1 month ago

keaganaut commented 2 months ago

There appears to be a typo in the function name convert_with_timstamps

https://github.com/elevenlabs/elevenlabs-python/blob/7af17bce7abcfa5e761ab02813ed592ab581da1c/src/elevenlabs/text_to_speech/client.py#L191

It's not breaking anything, but it might confuse some folks using the SDK 😅

dsinghvi commented 2 months ago

@keaganaut great call -- we will fix this (and make sure it stays backwards compatible)

dsinghvi commented 1 month ago

@keaganaut we shipped the change as a break b/c it affected class names as well. This is available on the latest 1.7.x