So I recently built a RGB Color organ, http://www.instructables.com/id/Extreme-Nightlight-Color-Organ/, that goes around my bed and I want to take it a step further. I absolutely love Tron- Uprising and was wondering if it would be possible to have my Arduino recognize one of the sound tracks from the movie so that I can have the color effects change to something more "Tron." My question is what would be the best way to program the Arduino to recognize the song playing. I have done a bit of programming but I have no idea where to even start with this project so any advice would be welcome. Thank you!
I don't think it would be possible with msgeq7, chip has very low frequency resolution for such task. Other obstacle is small amount of RAM of arduino board. I did a project "voice password" , which could works for "song recognition" , but size of soundtrack "fingerprint" would be limited for ~1 sec of introduction, hardly enough to grasp "crescendo-forte" of first tact.
http://arduinovoicerecognition.blogspot.com/
My question is what would be the best way to program the Arduino to recognize the song playing.
Yes I would agree with Magician, there is no way this can be done on an arduuino.
Simply it requires memory and processing power that doesn't exist on this platform. In fact it is a very difficult thing to do even with a modern computer in real time.
In fact it is a very difficult thing to do even with a modern computer in real time.
True. Yet, with things like SoundHound, people take it for granted.