Add changelog for #4199
This commit is contained in:
1
changelog/4199.added.md
Normal file
1
changelog/4199.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `VADTurnAnalyzerUserTurnStopStrategy`, a turn stop strategy that triggers immediately when the turn analyzer reports COMPLETE without waiting for STT transcriptions. This reduces end-of-turn latency for speech-to-speech pipelines (e.g. Gemini Live) where audio goes directly to the LLM.
|
||||
1
changelog/4199.fixed.md
Normal file
1
changelog/4199.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `GeminiLiveLLMService` not responding to user speaking events when using local VAD turn management. The service was listening for `VADUserStartedSpeakingFrame`/`VADUserStoppedSpeakingFrame` instead of `UserStartedSpeakingFrame`/`UserStoppedSpeakingFrame`, which are the frames emitted by the user turn controller.
|
||||
Reference in New Issue
Block a user