refactor: rename audio_packet_bytes to fixed_audio_packet_size

This commit is contained in:
Varun Pratap Singh
2026-01-12 22:11:39 +05:30
parent 14a115f372
commit 3e982f7a4a
2 changed files with 7 additions and 6 deletions

View File

@@ -1 +1,2 @@
- 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.