real time sounds distorted when calling it
# support
v
Hello, is anyone else having this issue, when calling an assistant that uses real time the voice sounds distorted?
v
If you're experiencing distorted voice with real-time calling, try adjusting the style property to
0.0
in your voice configuration. According to multiple reports, a high style property (e.g., 0.8) can lead to voice instability and distortion in Vapi's real-time feature.
Copy code
javascript
// Example configuration
{
  "voice": {
    "provider": "elevenlabs",
    "voiceId": "your-voice-id",
    "style": 0.0  // Set to 0.0 to reduce distortion
  }
}
Source: - [Discord post about voice distortion](https://discord.com/channels/1211482211119796234/1336377512233664523)
k
Ensure a strong, stable internet connection, try different TTS providers like 11labs minimize background noise.
v
that is not my question though.
I would like to add noise like dog barking in the speech.
how do I do that?
Is there a way to do that?
k
v
but how does timing control let me add a sound like dog barking?
I am not feeling that my question is being addressed, can I have someone join in the conversation to support please? Can I email support?
This is quite urgent for us
k
Hey, sorry for your bad experience before. I'm here to suggest you some solutions. I want to understand how you want to use this dog barking voice - as a background voice, or do you want to play this as some sort of message while a tool call is being triggered as a request response delayed message, or do you want to play it in response to a tool call respond successful or something else? A bit more help from your side around your usage will help me understand it clearly, and then eventually suggest your solution.
2 Views