Discussions

Ask a Question
Back to All

Issue with voice difference between elevenLabs preview and generated clips

Hello

I've used the elevenLabs voice ID XrExE9yKIg1WjnnlVkGX with the voice preview located at: https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3.
However, when I generate a video clip through the API, the voice sounds completely different, as you can hear in this sample:
https://d-id-clips-prod.s3.us-west-2.amazonaws.com/auth0%7C63f023050bca70499258f6b0/clp_VgDFAjf9F2EA1BnPMGw65/lily-akobXDF34M.mp4?AWSAccessKeyId=AKIA5CUMPJBIJ7CPKJNP&Expires=1720430688&Signature=NGciVAMDg1mfmD94ZH1uhhwoTNA%3D

Can you please advise what might be causing the difference in voices between the preview and generated clips? Let me know if any other information would be helpful in troubleshooting this issue.

Below is the request body I am using to generate the videos:
{
"driver_id": "",
"script": {
"type": "text",
"provider": {
"type": "elevenlabs",
"voice_id": "XrExE9yKIg1WjnnlVkGX"
},
"ssml": "false",
"input": "Hi, I’m Lily..."
},
"config": {
"result_format": "mp4"
},
"presenter_config": {
"crop": {
"type": "rectangle",
"rectangle": {
"bottom": 1,
"right": 0.78125,
"left": 0.21875,
"top": 0
}
}
},
"background": {
"color": "#F0EDE5"
},
"presenter_id": "lily-akobXDF34M",
"created_by": "rez"
}