elevenlabs / elevenlabs-python

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

Only 5 accents available in API? #176

Open DavidZgz32 opened 7 months ago

DavidZgz32 commented 7 months ago

Hi, I don't know if I'm missing something, but when I use a cloned voice with the API, it is completely different because it has American accent so the cloned voice is not similar.

I tried to change it with accent = Accent.x, but the list there are only 5 accents, British, American, Indian, Australian and African.

So, what's the point of having a cloned voice if the API is totally different? Is there any possibility of using exactly the same voice cloned from the API?

dsinghvi commented 7 months ago

@DavidZgz32 -- are you passing in the files that you would like to upload when using the clone function ?