Error in transcript/audio (shorter than twilio)
# support
m
Hello, this is a pretty strange issue: https://dashboard.vapi.ai/calls/2e9ab29e-64e1-4a61-9c0b-2d4a1c1dcb2c as you can see, the transfcript and audio ''compact'' the real one, that is more than2 minutes (as you correctly report), but there is no agent voice or silence etween customer thanks
v
This issue is likely related to incorrectly calibrated Voice Activity Detection (VAD) settings. VAD is designed to detect when someone starts speaking, but if not properly configured, it might miss sections of audio or fail to capture silence between speakers. Try adjusting your VAD settings with:
Copy code
javascript
// Increase sensitivity to capture more audio including silence
const callOptions = {
  silenceTimeoutSeconds: 5, // Increase from default
  responseDelaySeconds: 0.5 // Add slight delay to capture more context
}
This should help capture more complete audio including agent voice and silence between speakers. Source: - [Discord discussion about VAD settings](https://discord.com/channels/1211482211119796234/1316042862630146058)
This issue is likely related to incorrectly calibrated Voice Activity Detection (VAD) settings. VAD is designed to detect when someone starts speaking, but if not properly configured, it might miss sections of audio or fail to capture silence between speakers. Try adjusting your VAD settings with:
Copy code
javascript
// Increase sensitivity to capture more audio including silence
const callOptions = {
  silenceTimeoutSeconds: 5, // Increase from default
  responseDelaySeconds: 0.5 // Add slight delay to capture more context
}
This should help capture more complete audio including agent voice and silence between speakers. Source: - [Discord discussion about VAD settings](https://discord.com/channels/1211482211119796234/1316042862630146058)
k
hey @mnvora, can you share more call Ids similar to this?
d
hello @Shubham Bajaj, @mmvora and I work at the same company. Here are two call ids: e15c9fa2-8be6-47a5-9c09-074a963839c1, 2262d97b-5adb-4f99-b33e-60f163d61d1d
m
hello, we noticed that it often happens with this carrier: RADIOMOVIL DIPSA S.A. DE C.V. (Telcel)
(not in every calls of this carrier)
s
Hey, I looked into your shared call ID. It’s because of the drift coming from the telephony. Audio comes out of order and same is visible in the call recording as well.
Can you check with your telephony regarding this?