Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion voice-agents/livekit-voice-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,13 @@ tts=smallestai.TTS(
model="lightning_v3.1_pro",
voice_id="meher",
language="en",
# word_timestamps=True, # opt in to per-word timing events (base-queue EN/HI voices)
)
```

### Interruption — Zero Custom Code

The `CrewSession` handles interruptions automatically. When Silero VAD detects you speaking mid-response, the TTS stream is cancelled and your speech is processed as a new turn.
The `AgentSession` handles interruptions automatically. When Silero VAD detects you speaking mid-response, the TTS stream is cancelled and your speech is processed as a new turn.

---

Expand Down