Interruption Sensitivity doesn’t work. I tried it at the max setting and min settings and both times the Test Agent just kept talking when I was interrupting.
Based on the sources, here are several factors that could affect interruption sensitivity:
Interruption Sensitivity Configuration
The interruption_sensitivity parameter controls how sensitive the agent is to user interruptions, with values ranging from [0,1](1)(2). Lower values mean it takes longer or more words for a user to interrupt the agent, while higher values make it easier for users to interrupt(1)(2). When set to 0, the agent would never be interrupted(1)(2).
Potential Issues to Check
-
Background Noise Settings: You may need to adjust your denoising mode(3). The default “remove noise” mode removes background noise but won’t remove loud background speech(3). If you have loud background speech, try the “remove noise + background speech” mode(3).
-
Interruption Sensitivity Range: The interruption sensitivity should accept values between 0 and 1, not just 0 or 1(4). If you’re only able to set it to 0 or 1, there may be a configuration issue(4).
-
Responsiveness Setting: The responsiveness parameter (also ranging from [0,1]) controls how responsive the agent is overall(5)(1)(2). Lower values mean the agent waits more and responds slower, while higher values mean faster exchanges(5)(1)(2).
Recommended Steps
Those didn’t work. What else can I do?
Hello @alexdavidkim
You can set it to 1 and turn on the denoising mode
And try to make a call and share the call id with me so I can check it.
Thank you. It works on live calls but not on Test Agent. Can you guys fix that?
Where is denoising mode?
I can’t find it.
@Omar_Ashraf
Denoising mode is available as a parameter when creating or updating a voice agent through the API(1)(2). The parameter is called denoising_mode and accepts three options(1)(2):
"no-denoise"- bypasses all audio denoising"noise-cancellation"- default setting"noise-and-background-speech-cancellation"
You can set it when creating an agent using the Create Voice Agent endpoint or when updating an existing agent using the Update Voice Agent endpoint(1)(2). The default value is "noise-cancellation"(1)(2).
Additionally, you can adjust denoising settings in the dashboard when configuring your agent’s interaction settings(3).
The image you’re referring to shows the Speech Normalization setting in your agent configuration(1). This feature converts entities like dates, currency, and numbers into plain words, which helps prevent issues where the audio generation doesn’t pronounce them correctly(1).
If your agent is hallucinating when speaking numbers and values (even though the transcription shows them correctly), enabling Speech Normalization can help resolve this issue(1). This setting is found under the “Configure Speech Settings” section of your agent’s basic settings(1).
