I see how many applications like MusicMatch, detects (only introducing a music CD) wich albums it is. I think that it uses songs duration... but, anyone knows how it is done for sure??

link|improve this question
2  
This is a programming related Q&A site. In your question I can't see any programming related subject, so voting to move to superuser.com where you might get more appropriate answers. – darin Jul 11 '10 at 21:39
Here is the programming issue: Is there a php implementation of this?? – mRt Jul 11 '10 at 21:48
feedback

migrated from stackoverflow.com Jul 11 '10 at 21:52

This question came from our site for professional and enthusiast programmers.

1 Answer

Most commonly a service such as CDDB or MusicBrainz is used. CDDB uses track duration only, while MusicBrainz uses acoustic fingerprinting through the MusicDNS service.

link|improve this answer
Is there a php implementation of this?? – mRt Jul 11 '10 at 21:49
feedback

Your Answer

 
or
required, but never shown