Files
pipecat/changelog/+realtime-no-user-turn-frames-log.added.md
Paul Kompfner 11d7fcf174 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.
2026-05-21 11:25:29 -04:00

433 B

  • 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.