papstl02
07/14/2025, 9:17 AMChiranjeet Mishra
07/14/2025, 10:14 AMvoiceId you are using is correct and formatted as outlined in Azure's documentation. It should look like "en-US-EmmaNeural".
2. Make sure your voice property in the assistant configuration is set up properly:
json
{
"voice": {
"provider": "azure",
"voiceId": "your-azure-voice-id"
}
}
3. Ensure that your Azure API key and any required permissions are correctly set on the Vapi platform.
If the issue persists, verify all parameters and configurations align with both Azure and Vapi requirements. For further details on setting up custom voices, you can refer to [Vapi's Custom Voice documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice).
If there's anything else you'd like to troubleshoot, feel free to share more details.