WDGrimm
05/16/2024, 2:20 PMVapi Support
05/16/2024, 2:20 PMVapi Support
05/16/2024, 2:20 PMy8FeN9lFTEmQOYCaE07F
is still functional and correctly set:
json
{
"voice": {
"provider": "elevenlabs",
"voiceId": "y8FeN9lFTEmQOYCaE07F"
}
}
2. Review your Speech-to-Text (STT) Configuration:
Ensure that Deepgram is correctly configured for German (de
) using the Nova2
model. Any misconfiguration here might lead to incorrect transcriptions that can affect the TTS output.
json
{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "de"
}
}
3. Update Provider Keys:
Check that your provider keys for ElevenLabs and Deepgram are up to date in your Vapi dashboard:
- ElevenLabs Provider Key: Update your [ElevenLabs key]()
- Deepgram Provider Key: Update your [Deepgram key]()
4. Monitor for Updates or Known Issues:
Sometimes, providers might have temporary issues or updates that can affect performance. Ensure there are no known issues with the providers' services.
If issues persist, it might be helpful to test with another TTS provider like Azure, which supports a wide range of languages and accents, including German:
json
{
"voice": {
"provider": "azure",
"voiceId": "de-DE-ConradNeural"
}
}
Vapi Support
05/16/2024, 2:20 PMVapi Support
05/16/2024, 2:44 PMSahil
05/16/2024, 2:55 PMmich
05/16/2024, 4:01 PMWDGrimm
05/16/2024, 5:20 PMSahil
05/16/2024, 5:24 PMSahil
05/16/2024, 7:30 PMmich
05/16/2024, 7:51 PMWDGrimm
05/17/2024, 5:40 AMbabiecino
12/11/2024, 9:47 AMbabiecino
12/11/2024, 9:47 AM