scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

Worked flawlessly on Mac Thanks! and few tips #261

Closed gegtor closed 3 years ago

gegtor commented 4 years ago

It worked very nicely on macOS

Just a few tips to those who get stuck

You need to install brew install portaudio For pyaudio to install

brew install pyqt5 For GUI to work

And also i run GUI like this python3 visualization.py /tmp Otherwise it won't work and i get IndexError: list index out of range sys.argv error

joeybab3 commented 4 years ago

I'll see if I can add this to the readme to hopefully help others who may get stuck as well!

gegtor commented 4 years ago

@joeybab3 Do you want me to create a pull request or you will do it yourself

Also, macOS is no longer OSX it has a new name macOS just looks more polished

joeybab3 commented 4 years ago

@gegtor I'd love a pr, I don't have a mac so any help is much appreciated!

joeybab3 commented 3 years ago

Closing due to inactivity