elevenlabs-python
elevenlabs-python copied to clipboard
The official Python API for ElevenLabs Text to Speech.
We currently have issues with the required dependency of [ipython](https://github.com/elevenlabs/elevenlabs-python/blob/eca8ec7670bbd6dc1f4db07e3eb964c14d265466/pyproject.toml#L14) with our server environment (django). Is it possible to make it an optional dependency? The only usage of ipython seems...
I am using a voice_id from the library in python SDK, but I get an error saying `status_code: 400, body: {'detail': {'status': 'voice_does_not_exist', 'message': 'A voice with voice_id TqZ039H4XqpiGTowubpy does...
Hi, thanks for the great work. Dubbing Studio is amazing! I have been using its web [interface](https://elevenlabs.io/docs/dubbing/studio) to edit especially in the speaker cards to change sentences/words. [API](https://elevenlabs.io/docs/api-reference/create-dub) supports creating...
Currently, the only way to stream audio is to use `mpv`, but it would be nice to have a way to stream audio using a Python-only solution, without installing any...
While this problem was already mentioned in #114 , it was automatically closed due to inactivity, but the problem persists. `eleven_multilingual_v2` stutters when streaming audio, an issue not present in...
Why does the same modelId have different voices every time it is executed? Sometimes it's a male voice, sometimes it's a female voice.
Hi there! There is a problem that no matter what output_format I give as input, **mp3** is always returned only for websockets ``` def text_stream(): yield "Hello my friend "...
Hi has anyone encountered the same problem as me? When I try to open the saved audio using the save() method, it says that the file is either corrupt or...
I've noticed that elevenlabs translates numbers and dates to audio in English, regardless of the target language. This can compromise the clarity of the generated content for speakers of other...
Is it possible to provide the code that is used to make the claim of ~400ms latency? Just so all of us can also use and benefit from the same...