Can not publish my assistant with new voice
# support
Can not publish my assistant with new voice
v
# Check Voice Configuration in Assistant Settings When a new voice doesn't work with your assistant, the most common issue is incorrect configuration. Try updating your assistant with the proper voice settings:
Copy code
json
{
  "voice": {
    "provider": "elevenlabs",  // Replace with your provider (elevenlabs, playht, azure, etc.)
    "voiceId": "your-voice-id" // Replace with your actual voice ID
  }
}
Ensure your voice is properly synchronized with Vapi by visiting the Voice Library at https://dashboard.vapi.ai/library/voice and clicking "Sync" with your provider. Sources: - [Custom Voice Documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice) - [Voice Synchronization Discussion](https://discord.com/channels/1211482211119796234/1335770702074347520)
c
Hey, really sorry for your experience. If possible, could you record a loom video describing this error/behavior or inconsistency in the dashboard with the steps to reproduce it? That way, I can share this with my team, and we'll take a look. We'll even try to reproduce the same so we can fix it for you. Also, I'll request you to share your assistant ID.
3 Views