diff --git a/src/lerobot/microphones/utils.py b/src/lerobot/microphones/utils.py index e9a9c2a68..6613d0976 100644 --- a/src/lerobot/microphones/utils.py +++ b/src/lerobot/microphones/utils.py @@ -78,7 +78,8 @@ def async_microphones_stop_recording(microphones: dict[str, Microphone]) -> None def async_microphones_read(microphones: dict[str, Microphone]) -> dict[str, np.ndarray]: """ - Reads from multiple microphones asynchronously to avoid delays + Reads from multiple microphones asynchronously to avoid delays. + -> Actually induces more delays than the synchronous version, so use with caution ! """ read_threads = []