Skip to main content
The model signals when a user turn starts and ends, so your agent reacts to events. This way your agent pipeline does not need to run its own Voice Activity Detection (VAD) to detect whether users have finished speaking.
From cartesia-python/examples/examples.py:653

Run this example