From 0c3e59ed61addc6643f4d8c586a909db767833c4 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 11 Feb 2026 13:07:52 -0300 Subject: [PATCH] Adding changelog entry for the SmallWebRTCTransport fix. --- changelog/3713.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3713.fixed.md diff --git a/changelog/3713.fixed.md b/changelog/3713.fixed.md new file mode 100644 index 000000000..241f0e56a --- /dev/null +++ b/changelog/3713.fixed.md @@ -0,0 +1 @@ +- Fixed `SmallWebRTCTransport` input audio resampling to properly handle all sample rates, including 8kHz audio.