Comparison of music data

Posted by Christian P. on Stack Overflow See other posts from Stack Overflow or by Christian P.
Published on 2010-05-12T14:11:28Z Indexed on 2010/05/12 14:14 UTC
Read the original article Hit count: 344

Hey

I am looking for theory, algorithms and similar for how to compare music. More specifically, I am looking into how to dupecheck music tracks that have different bitrates or perhaps slightly different variations (radio vs album version), but otherwise sound the same.

Use cases for this include services such as Grooveshark, Youtube, etc. where they get a lot of duplicate tracks. I am also interested in text comparisons (Britney Spers vs Britney Spears, how far they deviate, etc.) although this is secondary and I already have some sources to go on in this area.

I am mostly interested in codec-agnostic comparison techniques and algoritms (assuming a "raw" stream), but codec-specific resources are appreciated.

I am aware of projects such as musicbrainz.org, but have not investigated it further, and would be interested if such projects could be of help in this endeavor.

© Stack Overflow or respective owner

Related posts about comparison

Related posts about string-comparison