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.