elevenlabs / elevenlabs-python

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

(request) Add with-timestamp to Python SDK #301

Closed lumen5-stephen closed 5 months ago

lumen5-stephen commented 5 months ago

The new Text-to-Speech with timestamps isn't available in the Python SDK, do you have a timeline of when this will be added to the SDK? Thanks!

dsinghvi commented 5 months ago

@lumen5-stephen thanks for filing this issue -- we'll get back to you here

dsinghvi commented 5 months ago

@lumen5-stephen thanks for being patient, we've just released v1.3.0 with the new endpoints. Let us know if you have any feedback or run into issues!

netw0rkf10w commented 4 months ago

@dsinghvi Could you please tell me how to generate the timestamps with AsyncElevenLabs? I'm using 1.3.1 but didn't see anything in AsyncElevenLabs.generate(). Thanks a lot in advance for your help!

sangddn commented 1 week ago

@netw0rkf10w This is probably too late, but you can find convert_with_timestamps and stream_with_timestamps in (Async)ElevenLabs.text_to_speech.