Unexpected User Speech during User Silence
# support
g
Hello, I am experiencing a strange behaviour during calls. I noticed that the Agent at some point stop talking and start the sentence from scratch. Looks like that the agent thinks that it's interrupted by user, but it's not. Moreover, i checked the transcription and i can get confirmation of that, since i can see strange sentences like "go to home page" or "use the one on bottom right" that it's present as user speech, but the user never said (he was silent). How can i prevent this issue? As an example, below the info of a call with this problem: Call-id: 9b7adb80-2662-45b7-8c63-c5c1424f125f first repetition time -> 1:26 secondo repetition time -> 3:07
v
To prevent false speech detection during silence, adjust your speech detection thresholds:
Copy code
json
{
  "machineDetectionSpeechThreshold": 3000,
  "machineDetectionSpeechEndThreshold": 2000,
  "machineDetectionSilenceTimeout": 7000
}
These higher values will make the system less sensitive to background noise that might be misinterpreted as speech. Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1334385998423130174) - [Discord Channel](https://discord.com/channels/1211482211119796234/1305065394662408192)
g
@Vapi Support Bot Looks like the sources you identified are referring voicemail detection, but that's not my case. my problem is happening on a call with a human. is it relevant as well your last suggestion?
v
Yes, these machine detection parameters are relevant for your human call issue. While primarily used for voicemail detection, they affect how Vapi interprets speech and silence in all calls, including human conversations. The higher threshold values I suggested would make the system less sensitive to background noise that might be misinterpreted as speech during silence. Are you experiencing any specific background noise or audio quality issues during these calls that might be triggering the false speech detection? Sources: - [Discord Channel](https://discord.com/channels/1211482211119796234/1334385998423130174) - [Discord Channel](https://discord.com/channels/1211482211119796234/1305065394662408192)
g
No, looks like there wasn't noise
c
Hey, as you can see from the screenshot, what Transcriber is outputting, I want to know what else was expected in place of "Vai alla pagina iniziale" to understand this was expected to be transcribed, but instead, it was transcribed with this "Vai alla pagina iniziale". I can then take this to the transcription service provider. https://cdn.discordapp.com/attachments/1367851150757593088/1367973151006523553/image.png?ex=681687c6&is=68153646&hm=7fc8926e88baf713cdba52d94092e37d81a5154508407d8e4b76d709465527e0& https://cdn.discordapp.com/attachments/1367851150757593088/1367973151329353728/image.png?ex=681687c6&is=68153646&hm=a378a3bc21b4c3d3424343cf47d3bec3a554e45f4ec41584c1669a3519c37b50&
g
hey @Shubham Bajaj, the problem is that nothing was expected because the other party wasn't speaking at all
s
@g123 Do you have other call IDs with similar issues? More call IDs will help me identify patterns and find the possible calls for a fix.
2 Views