You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could someone explain how to setup audio on MAC? It works with microphone. But I dont know how to setup built-in input..:( I want my LEDS to react to music from my computer. If I try to use other input (picture attached) so it crashes and I get this error:
File "main.py", line 1263, in set_mic
microphone.setDevice(mic_button_group.checkedId())
File "main.py", line 858, in setDevice
self.device_id = self.devices[device_id]["index"]
IndexError: list index out of range
Abort trap: 6
P.S. and I dont want to use Loopback, because its not free:)
The text was updated successfully, but these errors were encountered:
Hello,
could someone explain how to setup audio on MAC? It works with microphone. But I dont know how to setup built-in input..:( I want my LEDS to react to music from my computer. If I try to use other input (picture attached) so it crashes and I get this error:
File "main.py", line 1263, in set_mic
microphone.setDevice(mic_button_group.checkedId())
File "main.py", line 858, in setDevice
self.device_id = self.devices[device_id]["index"]
IndexError: list index out of range
Abort trap: 6
P.S. and I dont want to use Loopback, because its not free:)
The text was updated successfully, but these errors were encountered: