mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-30 18:31:25 +00:00
[skip-ci] fix(async read): remove async read from LeKiwi to avoid delays
This commit is contained in:
@@ -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]:
|
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 = []
|
read_threads = []
|
||||||
|
|||||||
Reference in New Issue
Block a user