eastern-cyan
eastern-cyan2w ago

"make sure you choose a voice compatible with RO-ro"

I am using VAPI voice but I'm getting the warning: "make sure you choose a voice compatible with RO-ro", what voice do you recommend (not considering using ElevenLabs voices, as those would add a lot of delay) thanks
1 Reply
Sahil
Sahil2w ago
Hi mariusl01, To resolve the warning about choosing a voice compatible with RO-ro, you should ensure that your selected voice supports this language code. Unfortunately, as per the Vapi Voices document, Vapi doesn't explicitly list a voice for Romanian (RO-ro). To proceed, you might need to check if there are any custom providers that can support this language or adjust your assistant configuration to use a compatible voice, assuming you're able to work with a different language if Romanian isn't crucial for your current setup. If you decide to proceed with custom voices, you can set it up with a supported provider by using the assistant configuration:
{
"voice": {
"provider": "your-provider",
"voiceId": "your-voice-id"
}
}
{
"voice": {
"provider": "your-provider",
"voiceId": "your-voice-id"
}
}
For further assistance, you may need to explore third-party options that align with Vapi requirements while ensuring they support RO-ro.

Did you find this page helpful?