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
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