File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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:
235234class 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.
You can’t perform that action at this time.
0 commit comments