#Does anyone know why some voices have a big mismatch between their descriptions and their verified
1 messages · Page 1 of 1 (latest)
It’s possible that the mismatch between a voice's description and its verified languages occurs because the voice was created or trained using audio samples in languages different from the one described. For example, if the voice was labeled as "Friendly Quebec male" but the verified languages are pt-BR (Brazilian Portuguese) and hi-IN (Hindi), it suggests that the training data used for verification was primarily in those languages, not French or English as one might expect for a Quebec-based voice.
To achieve the best results, the training audio samples should match the intended language and accent of the voice. If the mismatch is causing issues, you might consider creating or cloning a new voice using audio samples that align with the desired language and accent.
Okay here's the API response just so you can see it in full. Do I understand you correct if I say that we should only use this voice for the models and locales in the verified languages irrespective of the labels and other fields in the response?
{
"voice_id": "93nuHbke4dTER9x2pDwE",
"name": "Adam - warm and friendly",
"category": "professional",
"fine_tuning": {
"is_allowed_to_fine_tune": true,
"state": {
"eleven_multilingual_v2": "fine_tuned",
"eleven_turbo_v2_5": "fine_tuned",
"eleven_flash_v2_5": "fine_tuned",
"eleven_v2_5_flash": "fine_tuned"
},
...
"language": "fr",
...
},
"labels": {
"language": "fr",
"descriptive": "confident",
"age": "middle_aged",
"accent": "quebec",
"gender": "male",
"use_case": "conversational",
"locale": "fr-CA"
},
"description": "Authentic, deep, Québec French Canadian male voice, perfect for teaching, e-learning, and information sharing. Warm, friendly, and engaging tone.",
...
"category": "high_quality",
...
"name": "Adam - warm and friendly",
"description": "Authentic, deep, Québec French Canadian male voice, perfect for teaching, e-learning, and information sharing. Warm, friendly, and engaging tone.",
"labels": {
"language": "fr",
"descriptive": "confident",
"age": "middle_aged",
"accent": "quebec",
"gender": "male",
"use_case": "conversational",
"locale": "fr-CA"
},
...
},
"high_quality_base_model_ids": [
"eleven_turbo_v2_5",
"eleven_v2_5_flash",
"eleven_flash_v2_5",
"eleven_multilingual_v2"
],
"verified_languages": [
{
"language": "pt",
"model_id": "eleven_multilingual_v2",
"accent": "brazilian",
"locale": "pt-BR",
"preview_url": "..."
},
{
"language": "hi",
"model_id": "eleven_multilingual_v2",
"accent": "standard",
"locale": "hi-IN",
"preview_url": ".."
}
],
}