Voice Speed Not Change
# support
u
I am using Charlotte(Native) voice currently. But she talk too fast. So I am going to control speed in voice configuration but her voice speed never change. How can I change her voice speed?
v
Based on the information I found, voice speed control depends on the provider used for Charlotte(Native). Try switching to a different voice provider that offers better speed control:
Copy code
{
  provider: 'openai',  // Offers up to 4x speed control
  voiceId: 'alloy',    // Replace with preferred voice
  speed: 0.5          // Lower values for slower speech
}
If this doesn't work, you might need to contact Vapi support as some voices have limitations with speed control. Sources: - [Discord conversation about voice speed control](https://discord.com/channels/1211482211119796234/1339223223409184788) - [Discord conversation about voice speed limitations](https://discord.com/channels/1211482211119796234/1339276020389253181)
Based on the information I found, voice speed control depends on the provider used for Charlotte(Native). Try switching to a different voice provider that offers better speed control:
Copy code
{
  provider: 'openai',  // Offers up to 4x speed control
  voiceId: 'alloy',    // Replace with preferred voice
  speed: 0.5          // Lower values for slower speech
}
If this doesn't work, you might need to contact Vapi support as some voices have limitations with speed control. Sources: - [Discord conversation about voice speed control](https://discord.com/channels/1211482211119796234/1339223223409184788) - [Discord conversation about voice speed limitations](https://discord.com/channels/1211482211119796234/1339276020389253181)
u
Provider is "playht"
v
Message marked as helpful by @! AetherMind! 🎉
Message marked as helpful by @! AetherMind! 🎉
c
checking if this is resolved/solved for you?
s
Im having the same problem with 11labs, openai and vapi voices, changing the "Speed" does nothing. The only thing that changes speed is which voice model is used (11labs turbo, multilingual, flash...) and the Stability also changes the voice speed a lot.
c
Hey! To help track down this issue, could you share: - The call ID - What response you expected to get - What response you actually got instead This would really help us figure out what went wrong!
2 Views