How to enable `backgroundDenoisingEnabled` using U...
# support
f
I stumbled upon the
backgroundDenoisingEnabled
parameter in my research and i think this is what i need in my assistant. How do i add this parameter to my assistant using Vapi interface ?
v
You can continue this conversation by mentioning me in the message.
@flake9 That's great to hear that you've found a feature that suits your needs! The
backgroundDenoisingEnabled
parameter is used to enhance the audio quality of your calls by reducing background noise. To add this parameter to your assistant using the VAPI interface, you would typically include it in the assistant configuration settings when you start a call. If you're using the same assistant across multiple calls and you want to maintain this setting, you can specify it once in your assistant's configuration and it will be applied to all calls. Here's a general example of how you might include it in your configuration:
Copy code
json
{
  "assistant": {
    "backgroundDenoisingEnabled": true
  }
}
You would include this configuration block in the API call that initializes your assistant or starts a new call. If you need more detailed instructions or assistance with the API call, please let me know and I can provide further guidance!
Got it. Tagging @User for additional help.
s
assistant > voice tab > additon config > enable the bg deniosing
f
is
backgroundDenoisingEnabled
still in beta ? Or is it out of beta now ?
s
beta
17 Views