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.