How can I Compare 2 Audio Files Programmatically?

Have a server doing audio fingerprinting computation that is not suitable for mobile device anyway. And then your mobile app uploads your files to the server and gets the analysis result for display. So I don’t think programming language implementing it matters much. Following are a few AF implementations. Java: http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/ VC++: http://code.google.com/p/musicip-libofa/ C#: https://web.archive.org/web/20190128062416/https://www.codeproject.com/Articles/206507/Duplicates-detector-via-audio-fingerprinting

tech