I am working on a project where I want to identify songs via recording a short snippet of the song.
My thought is to us the Arduino to record a bit of the song (APC’s May 2023 issue is on sale now! | TechRadar) and then use either echoprint (http://echoprint.me) or gracenote(http://www.gracenote.com/music/recognition/) to generate a fingerprint.
I know some people have done this with a Pi but I would really like to see if this is possible to do with Arduino AKA something not running linux. Any thoughts on major blockers? I am thinking if I use an arduino mega I should have enough space to compile the code but not sure if the processor would be able to handle it. Any thoughts or pointers would be a huge help.