I'm developing an iOS application with SDK for iOS 5.0 and XCode 4.2.
I want to develop an application that recognize sounds. I see there is an application called Sound Hound that recognize music and tells artist and title.
How can I do something similar? I want to compare a sound to an existing sound database. How can I do that?
Maybe I can use Fourier Transform. I don't know how to process sounds. Or it could be similar to speech recognition, isn't it?