Add changelog entry for PR #3645

This commit is contained in:
James Hush
2026-02-05 10:03:53 +08:00
parent 47f21cb3ce
commit 33bcb4292c

1
changelog/3645.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `SmallWebRTCTransport` not respecting `TransportParams.audio_out_10ms_chunks` parameter. The transport was hardcoded to produce 10ms audio frames regardless of the configured chunk size.