Merge pull request #3414 from pipecat-ai/mb/changelog-3410

Update changelog for PR 3410.changed.md
This commit is contained in:
Mark Backman
2026-01-12 13:43:42 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1 @@
- Enhanced `FastAPIWebsocketTransport` with optional protocol-level audio packetization to support media endpoints requiring strict framing and real-time pacing.
- Renamed `audio_packet_bytes` to `fixed_audio_packet_size` for clearer audio framing semantics.
- Enhanced `FastAPIWebsocketTransport` with optional protocol-level audio packetization via the `fixed_audio_packet_size` parameter to support media endpoints requiring strict framing and real-time pacing.