Voice & Turn-Taking Settings
Voice & Turn-Taking Settings
These settings control how aggressively the agent detects user speech and decides when to respond.
Interruptions
allow_interruptions- Allows the user to interrupt the agent mid-speech.
min_interruption_duration- Minimum duration of detected user speech to count as an interruption.
Defaults:
allow_interruptions=Truemin_interruption_duration=0.08
Turn-taking / endpointing
min_silence_durationactivation_thresholdprefix_padding_durationmin_endpointing_delaymax_endpointing_delay
Defaults:
min_silence_duration=0.25activation_threshold=0.55prefix_padding_duration=0.25min_endpointing_delay=0.45max_endpointing_delay=0.9
Practical guidance
- If the agent responds too quickly, increase
min_silence_duration. - If the agent interrupts users too easily, reduce
allow_interruptionsor increasemin_interruption_duration. - If speech is missed at the beginning, increase
prefix_padding_duration.