From 33bcb4292c8ce882047821c670e49f088273f86b Mon Sep 17 00:00:00 2001 From: James Hush Date: Thu, 5 Feb 2026 10:03:53 +0800 Subject: [PATCH] Add changelog entry for PR #3645 --- changelog/3645.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3645.fixed.md diff --git a/changelog/3645.fixed.md b/changelog/3645.fixed.md new file mode 100644 index 000000000..3bc4f4f5c --- /dev/null +++ b/changelog/3645.fixed.md @@ -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.