Jump to content

Has anyone built an Arduino or Raspberry Pi project that will flash lights with the beat of music...


G+_Darrell Sullivan
 Share

Recommended Posts

There's a program called Vixen, but thats probably not what you're looking for since I believe it's a manual process. Actual beat detection is apparently difficult. You might be able to get by with a low pass filter, but that may not be as effective for all songs.

 

I found this blog post from a year ago and the author says his code works, but obviously I haven't tested it: http://dpeckett.com/beat-detection-on-the-arduino

Link to comment
Share on other sites

A while ago, I made christmas window candles flash to music on a radio station. But I used a computer running a program I made utilizing a language called processing. This language had a library that had beat detection. Then the computer would talk to the arduino which then talked to a bunch of arduinos through cheap radios.

 

It would probably be simple to do this on the raspi. Just look for an audio analyzing library for your favorite program language.

Link to comment
Share on other sites

 Share

×
×
  • Create New...