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.69k stars 642 forks source link

visualization.py freezing on raspberry pi 3b+ #217

Open Bilzc10 opened 5 years ago

Bilzc10 commented 5 years ago

When I run visualization.py, it usually gets no more than a few frames in before freezing. Ive tried 2 sound cards and a USB microphone, as well as many different config combinations, nothing will gte it running smoothly

DMKOfficial commented 5 years ago

Same issue after i had to reinstall my SD card. Edit: Solution: set LED_DMA = 10 in config.py

joeybab3 commented 5 years ago

@Bilzc10 was @DMKOfficial's successful in solving the issue for you?