DatVader
05/27/2025, 3:58 PMVapi Support Bot
05/27/2025, 4:00 PMjson
{
"backgroundDenoisingEnabled": true
}
This should help filter out unwanted static and background noise during conversations. You can update this setting via the API or dashboard as described in the [Vapi documentation](https://docs.vapi.ai/changelog/2025/3/28).
Sources:
- [Vapi Changelog March 28, 2025](https://docs.vapi.ai/changelog/2025/3/28)
- [How Vapi Works Background Noise Filtering](https://docs.vapi.ai/how-vapi-works#background-noise-filtering)Vapi Support Bot
05/27/2025, 4:00 PMjson
{
"backgroundDenoisingEnabled": true
}
This should help filter out unwanted static and background noise during conversations. You can update this setting via the API or dashboard as described in the [Vapi documentation](https://docs.vapi.ai/changelog/2025/3/28).
Sources:
- [Vapi Changelog March 28, 2025](https://docs.vapi.ai/changelog/2025/3/28)
- [How Vapi Works Background Noise Filtering](https://docs.vapi.ai/how-vapi-works#background-noise-filtering)DatVader
05/27/2025, 4:15 PMVapi Support Bot
05/27/2025, 4:16 PMbackgroundSound
property to "off"
in your assistant configuration to minimize any additional audio processing:
json
{
"backgroundSound": "off"
}
If the issue persists, consider keeping backgroundDenoisingEnabled
set to false
and report this behavior to Vapi support, as it may indicate a bug or incompatibility with your audio environment.
Sources:
- [Vapi Changelog March 28, 2025](https://docs.vapi.ai/changelog/2025/3/28)
- [How Vapi Works Background Noise Filtering](https://docs.vapi.ai/how-vapi-works#background-noise-filtering)
- [Speech Configuration](https://docs.vapi.ai/customization/speech-configuration#considerations-for-configuration)Kings Big
05/27/2025, 4:39 PM