Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio setup on MAC (crashes)? #68

Closed
Andriejus opened this issue Feb 1, 2019 · 3 comments
Closed

Audio setup on MAC (crashes)? #68

Andriejus opened this issue Feb 1, 2019 · 3 comments

Comments

@Andriejus
Copy link

Andriejus commented Feb 1, 2019

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

screen shot 2019-02-01 at 11 13 01 pm

P.S. and I dont want to use Loopback, because its not free:)

@david-bour
Copy link

david-bour commented Feb 3, 2019

So I had a similar issue with indexing.

*Edit: See #71

@GabeDahl
Copy link

GabeDahl commented Feb 6, 2019

Look into something called Soundflower.

You can use this along with the Audio MIDI setup to loop your audio output back into the computer as an input.

@Andriejus
Copy link
Author

Thank you. I used soundflower and now it works!:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants