Adding changelog entry.

This commit is contained in:
filipi87
2026-03-22 13:26:00 -03:00
parent ce36487143
commit 3b1cb30926

1
changelog/4104.added.md Normal file
View File

@@ -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.