Bug: Eleven Labs TTS most times speaks gibberish o...
# support
p
The Response from LLM is correct but when it is spoken, sometimes it would say random words in different languages. The call ID for debugging: 1887f497-c857-4332-9be4-94680eaa1947 Let me know whow i can fix this issue as its becoming very frequent.
v
Hi there! I understand how frustrating it can be when TTS speaks gibberish or in different languages. Based on what I've found in our documentation, here are the most common causes and solutions: ### Common Causes & Solutions: 1. Token/Character Limits - Eleven Labs TTS has predefined token limits per request - When exceeded, this can result in garbled speech - **Solution**: Split long text inputs into smaller segments [Discord](https://discord.com/channels/1211482211119796234/1211483291191083018/1332287510964994078) 2. Language Settings - Verify your language and accent settings are correctly configured - **Solution**: Choose a voice that explicitly supports your desired language [Vapi Documentation](https://docs.vapi.ai/customization/multilingual) 3. API Configuration - Check parameters like
numWordsToInterruptAssistant
and
maxDurationSeconds
- **Solution**: Ensure these are accurately set for your use case [Discord](https://discord.com/channels/1211482211119796234/1211483291191083018/1334109401463783434) 4. Network Stability - Unstable connections can cause voice distortion - **Solution**: Ensure a stable network setup [Discord](https://discord.com/channels/1211482211119796234/1211483291191083018/1336377512233664523) For your specific call ID (1887f497-c857-4332-9be4-94680eaa1947), I'd recommend: 1. Reviewing your assistant configuration (check for duplicate
clientMessages
) 2. Examining your call logic for any conditions causing issues 3. Testing different voice models or configurations If the issue persists after trying these solutions, compiling logs, timestamps, and expected outcomes would help with further troubleshooting. Sources: - [Discord Token Limitations](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332287510964994078) - [Discord API Configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334109401463783434)
p
The network is not the issue the transcript show no chinese generated response by LLM, but TTS spoke in Chinese
p
Hey ProD, looking into this now.
Can you try using Turbo 2.0 or 2.5 instead of Flash for you voice model? The issue is coming from 11labs.
5 Views