diff --git a/changelog/3410.changed.md b/changelog/3410.changed.md index f58ff546a..3e54436de 100644 --- a/changelog/3410.changed.md +++ b/changelog/3410.changed.md @@ -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.