#I talked to my agent but the voice fades in and out. Is there a limiter on the audio engine that ne

1 messages · Page 1 of 1 (latest)

surreal oceanBOT
#
AI-generated Answer for rowrocket

Short answer: there isn’t a user‑adjustable limiter in ElevenLabs Agents or Text‑to‑Speech exposed in the public docs. Available controls include voice settings (stability, similarity, style, speed), agent conversation flow, and client output volume—none document a limiter/AGC toggle. (elevenlabs.io)

Likely causes of “fading in/out” and what to try:

  • Voice stability or clone data: Volume drops/whispering are usually a stability/voice issue. Try a more stable voice, increase Stability, or improve clone data. For clones, compress training audio (target RMS −23 to −18 dB, true peak < −3 dB). (help.elevenlabs.io, elevenlabs.io)
  • WebRTC processing: Agents over WebRTC use echo cancellation and background noise removal; aggressive conditions can sound like ducking/fading. Test with headphones/quiet environment and compare. (elevenlabs.io)
  • Conversation settings: If Interruptions are enabled, the agent will stop/adjust when the user speaks; tune timeouts/interruptions in Conversation Flow. (elevenlabs.io)
  • Output level: If the agent is simply too quiet/loud, set output volume via the JS SDK (setVolume 0–1). For Studio (offline content), you can apply a post gain (−30 dB to +5 dB). (elevenlabs.io)

If you can share how you’re connecting (web widget/WebRTC, phone/Twilio, or API) and which voice you’re using, I can point you to the exact setting to adjust.

Sources:
Get voice settings | ElevenLabs Documentation
Why does my voice start whispering, change accent, change tone, or break? – ElevenLabs
Troubleshooting | ElevenLabs Documentation
ElevenLabs Conversational AI now supports WebRTC | ElevenLabs
Conversation flow | ElevenLabs Documentation
JavaScript SDK | ElevenLabs Documentation

idle ibex
#

this is a new problem. Everything was working before. I'm on the ElevenLabs site and talking to the agent I've created.