Files
pipecat/changelog/3372.added.md
2026-01-09 09:21:28 -08:00

302 B

  • Added UserTurnController to manage user turns. It emits on_user_turn_started, on_user_turn_stopped, and on_user_turn_stop_timeout events, and can be integrated into processors to detect and handle user turns. LLMUserAggregator and UserTurnProcessor are implemented using this controller.