Warning: resume_false_interruption is enabled but audio output does not support pause

This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.

I’m seeing this warning:

WARNING livekit.agents - resume_false_interruption is enabled but audio output does not support pause, it will be ignored {"audio_output": "TranscriptSynchronizer"}

How can I solve this issue?

Something in your setup (possibly Avatars) does not support pausing the agent audio, so resume_false_interruption cannot be enabled.

See the false interruptions documentation:

Setting resume_false_interruption to false will make the warning go away. The tradeoff is that the agent won’t be able to resume after false interruptions are detected.