mmvora
05/07/2025, 1:23 PMVapi Support Bot
05/07/2025, 1:25 PMjavascript
// 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)Vapi Support Bot
05/07/2025, 1:25 PMjavascript
// 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)Kyle Brunker
05/08/2025, 1:51 AMDavid Jurado
05/08/2025, 7:08 AMmmvora
05/08/2025, 11:40 AMmmvora
05/08/2025, 12:04 PMShubham Bajaj
05/08/2025, 11:30 PMShubham Bajaj
05/08/2025, 11:30 PM