I need an algorithm (a sample program code if possible) to compare sound patterns from two files(.wav or .mp3)..
I wish to build an application in c++ which will take two source files as input and compare them whether they are equal.
I searched the internet but did not get an algorithm.