Skip to content

Commit c48e1eb

Browse files
committed
update comments
1 parent 89fb1ba commit c48e1eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

livekit-rtc/livekit/rtc/media_devices.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ class _APMDelayEstimator:
6565
6666
The sounddevice callbacks are invoked on PortAudio's threads. This helper allows
6767
sharing the latest output delay measurement with the input callback so we can set
68-
APM's combined stream delay (render + capture), following the approach in
69-
stream_example.py.
68+
APM's combined stream delay (render + capture).
7069
"""
7170

7271
def __init__(self) -> None:
@@ -235,9 +234,6 @@ async def aclose(self) -> None:
235234
class MediaDevices:
236235
"""High-level interface to native audio devices.
237236
238-
This class is inspired by the browser `MediaDevices` concept but uses Python
239-
conventions and the `sounddevice` library. It provides:
240-
241237
- Device enumeration helpers.
242238
- Audio input capture into `rtc.AudioSource` with optional APM processing.
243239
- Audio output player that can feed APM reverse stream for AEC.

0 commit comments

Comments
 (0)