faint-gold-41196
02/14/2025, 8:07 PMgray-monkey-83525
02/14/2025, 8:07 PMuser_speech_committed
and agent_speech_committed
events are handled. According to LiveKit documentation, these events are triggered when the speech is committed to the chat context, which might not occur if the speech is interrupted.
To address this, you might consider implementing a mechanism to capture interim transcripts or handle interruptions more effectively. You can listen to the interim_transcript
event for real-time updates and store these interim transcripts even if the speech is interrupted. Additionally, ensure that your setup allows for interruptions by configuring the allow_interruptions
parameter appropriately.
Would you like more detailed guidance on implementing this solution?
Sources:
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1733233605.617919
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1730811222.681569 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.