mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 11:09:59 +00:00
Adding audio tests
This commit is contained in:
@@ -57,6 +57,8 @@ def _check_component_availability(component_type, available_components, make_com
|
||||
print("\nNo physical device detected.")
|
||||
elif isinstance(e, ValueError) and "camera_index" in str(e):
|
||||
print("\nNo physical camera detected.")
|
||||
elif isinstance(e, ValueError) and "microphone_index" in str(e):
|
||||
print("\nNo physical microphone detected.")
|
||||
else:
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user