Song Melody Recognition Research
Make your Arduino dance to a little tune (or just pass on the message) Someone with a Samsung washing machine wanted to be able to receive the "all done" notification from the other end of their house. Here's a video sample with some owners interacting with their washes. I didn't turn up a straightforward solution that I could easily implement (it's a lot easier to get music converted to drive a MIDI keyboard) there is plenty of reference material that should lea someone else to a solution . Considering the usage time saving to code development time, it might be most practical to just put a wireless baby monitor near the washer. After glancing though some example projects and academic papers, I concluded that my solution would simply use a tempo-measuring-like setup measuring the interval between notes, if the sound impulses matched the tempo of the song I would call it a match (on review, the notes are not as staccato and easy to separate as a mu...