The find_mp3_duplicates PERL script is designed to do one thing: find duplicate audio files, based on the audio content, from two distinct directory trees. It was made to help merge two somewhat-overlapping music collections.
It uses the MP3::Info module to extract the audio portion of the file, and then generates an md5 hash of the audio portion
See full description for more info.