Tr4Ks_ITA
04/14/2025, 6:24 PMVapi Support Bot
04/14/2025, 6:26 PMjson
{
"voice": {
"provider": "azure",
"voiceId": "[Italian-voice-ID]"
}
}
2. **Enable chunk processing**: According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343543475383046185), keep chunkPlan.enabled
set to true
for non-English languages:
json
{
"voice": {
"chunkPlan": {
"enabled": true,
"minCharacters": 30,
"punctuationBoundaries": [".", "!", "?", ";"]
}
}
}
3. **Disable smart endpointing**: As mentioned in [support discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334385998423130174), set smartEndpointingEnabled
to false
since it only works for English.Vapi Support Bot
04/14/2025, 6:26 PMTr4Ks_ITA
04/14/2025, 7:10 PMKings_big💫
04/14/2025, 7:48 PM