robotsasfurniture / passive-sound-localization

Other
1 stars 2 forks source link

feat: Check Device Indices Utility Script #32

Closed nicolasperez19 closed 13 hours ago

nicolasperez19 commented 13 hours ago

Context: In order to get the microphones, we index into the list of available audio devices using the device index of each microphone. The device indices shift when ran on different machines, or if another audio device is added to the machine. As a result, many times we have to print out the device indices to debug.

What I did: ✅ Added a check_device_indices.py script that prints out the current device indices of the machine