"make sure you choose a voice compatible with RO-r...
# support
m
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
c
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](https://docs.vapi.ai/providers/voice/vapi-voices), 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:
Copy code
json
{
  "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
.
4 Views