#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)
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
this is a new problem. Everything was working before. I'm on the ElevenLabs site and talking to the agent I've created.