Add changelog fragments for realtime service mode

Fragments use the +<name> prefix so they show up under "Unreleased"
without a PR-number suffix; rename to <PR#>.<type>.md before merge.
This commit is contained in:
Paul Kompfner
2026-05-20 15:09:38 -04:00
parent 1fe8cf5289
commit 11d7fcf174
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added a startup INFO log on realtime LLM services that don't emit `UserStartedSpeakingFrame` / `UserStoppedSpeakingFrame` (Gemini Live, AWS Nova Sonic, Ultravox). The log spells out which downstream processors depend on those frames (RTVI client speech events, `TurnTrackingObserver`, `AudioBufferProcessor` turn recording, `UserIdleController`, user mute strategies, voicemail detector) and how to opt into local VAD when needed.