1//! Conversation flow control — barge-in handling and turn detection.
23pub mod barge_in;
4pub mod turn_detection;
56pub use barge_in::{BargeInAction, BargeInConfig, BargeInDetector};
7pub use turn_detection::{TurnDetectionConfig, TurnDetectionEvent, TurnDetector};