From 3042929989fd47bad494835dacd7c6b27afb4106 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Mon, 23 Mar 2026 15:57:25 -0300 Subject: [PATCH] Fixing changelog description. --- changelog/4104.added.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/4104.added.md b/changelog/4104.added.md index ce948530e..284288159 100644 --- a/changelog/4104.added.md +++ b/changelog/4104.added.md @@ -1 +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. +- Added `audio_out_insert_silence` parameter to `TransportParams` (defaults to `True`). When set to `False`, the 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.