From 3b1cb309264668272aada1c7be8fce156d0afaaf Mon Sep 17 00:00:00 2001 From: filipi87 Date: Sun, 22 Mar 2026 13:26:00 -0300 Subject: [PATCH] Adding changelog entry. --- changelog/4104.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4104.added.md diff --git a/changelog/4104.added.md b/changelog/4104.added.md new file mode 100644 index 000000000..ce948530e --- /dev/null +++ b/changelog/4104.added.md @@ -0,0 +1 @@ +- Added `audio_out_insert_silence` parameter to `TransportParams` (defaults to `True`). When set to `False`, the SmallWebRTC transport waits for audio data instead of inserting silence when the output queue is empty, which is useful for scenarios that require uninterrupted audio playback without artificial gaps.