eastern-cyan
eastern-cyan3h ago

11Labs Slurring Voice (Urgent)

Call ID: 4be01233-b2d4-498f-81e6-60ddffc90a96 At the end of this call, 11labs starts slurring speech it sounds like. Not sure how we can adjust this.
4 Replies
Vapi
Vapi3h ago
Thank you for reporting the slurring issue with 11Labs. To help diagnose the problem, could you let me know if you have recently adjusted the voice speed, formatting settings, or if the slurring only happens after long responses or at specific points in the call? Sources: - Vapi ElevenLabs Integration Documentation - Vapi Voice Formatting Plan - Vapi Changelog: ElevenLabs Speed Control
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
Vapi
Vapi3h ago
To address the slurring issue with ElevenLabs voices, try fine-tuning the TTS parameters—especially speed and buffer settings—to improve clarity. For example, you can adjust the speech parameters in your integration:
{
"voice": "elevenlabs",
"parameters": {
"speed": 1.0,
"pitch": 1.0,
"emphasis": 1.0
}
}
{
"voice": "elevenlabs",
"parameters": {
"speed": 1.0,
"pitch": 1.0,
"emphasis": 1.0
}
}
Start by lowering the speed slightly (e.g., speed: 0.95) and test if the slurring improves. If the issue persists, review your buffer optimization and network latency settings as these can also impact real-time audio quality (source). Source: - How Vapi Integrates Text-to-Speech Platforms: ElevenLabs
eastern-cyan
eastern-cyanOP2h ago
I don't think those properties actually exist
wise-white
wise-white1h ago
@Noah Johnson are you able to identify the elevenlabs setting you have assigned to the agent?

Did you find this page helpful?