Identifying CDs

試著忘記壹切 提交于 2019-11-30 22:20:10

You may want to look a the Wikipedia article to learn how CDDB work. Then you can look at libcddb to implement what you want in C. The source code should give you plenty of clues in case C is not your language of choice.

You probably want to use something like libcddb to get/verify music CD information. I don't know if there is a similar database for program discs.

As for music CDs, Gracenote works by analyzing the actual waveform data of every track on the CD. It does this is a format-neutral way. It talks about it here.

I'd also recommend last.fm, MusicBrainz, and discogs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!