We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3a461 commit ea1de09Copy full SHA for ea1de09
1 file changed
livekit-rtc/livekit/rtc/audio_stream.py
@@ -153,7 +153,7 @@ def from_participant(
153
num_channels: int = 1,
154
frame_size_ms: int | None = None,
155
noise_cancellation: Optional[NoiseCancellationOptions | FrameProcessor[AudioFrame]] = None,
156
- auto_close_noise_cancellation: bool = False,
+ auto_close_noise_cancellation: bool = True,
157
) -> AudioStream:
158
"""Create an `AudioStream` from a participant's audio track.
159
0 commit comments