Audio Fingerprint: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
Line 19: Line 19:
* ''[defunct]'' [http://code.google.com/p/libfooid/ libFooID]. An audio fingerprinting library used by, and developed for [http://www.foosic.org/ foosic].
* ''[defunct]'' [http://code.google.com/p/libfooid/ libFooID]. An audio fingerprinting library used by, and developed for [http://www.foosic.org/ foosic].
* ''[defunct]'' [http://sourceforge.net/projects/freetantrum Freetantrum]. It seems to be a dead project (its home page was replaced with an advert for unrelated things in 2001), but it may be worth investigating and resurrecting the code they produced.
* ''[defunct]'' [http://sourceforge.net/projects/freetantrum Freetantrum]. It seems to be a dead project (its home page was replaced with an advert for unrelated things in 2001), but it may be worth investigating and resurrecting the code they produced.
* [http://echoprint.me/ Echoprint]. Audio fingerprinting solution developed by the Echo Nest.


=== Partially Open-Source Systems ===
=== Partially Open-Source Systems ===
Line 24: Line 25:
* [[AmpliFIND Music Services]]'s [[PUID]] (formerly MusicIP/[[MusicMagic]]/Predixis)<br/>The [[PUID]] technology has been integrated into the [[MusicBrainz]] since March 2006 and into Picard since version 0.7.0 released in July 2007. See their [http://www.freshpatents.com/Audio-fingerprinting-system-and-method-dt20050324ptan20050065976.php patent application] for details on the technology. The client-side audio fingerprinting library ([http://bugs.musicbrainz.org/browser/libofa/trunk libofa]) is open-source.
* [[AmpliFIND Music Services]]'s [[PUID]] (formerly MusicIP/[[MusicMagic]]/Predixis)<br/>The [[PUID]] technology has been integrated into the [[MusicBrainz]] since March 2006 and into Picard since version 0.7.0 released in July 2007. See their [http://www.freshpatents.com/Audio-fingerprinting-system-and-method-dt20050324ptan20050065976.php patent application] for details on the technology. The client-side audio fingerprinting library ([http://bugs.musicbrainz.org/browser/libofa/trunk libofa]) is open-source.
* [http://blog.last.fm/2010/07/09/fingerprint-api-and-app-updated Last.fm]. The client-side audio fingerprinting library ([https://github.com/lastfm/Fingerprinter fplib]) is open-source. Uses the "[http://www.cs.cmu.edu/~yke/musicretrieval/ Computer Vision for Music Identification]" algorithm.
* [http://blog.last.fm/2010/07/09/fingerprint-api-and-app-updated Last.fm]. The client-side audio fingerprinting library ([https://github.com/lastfm/Fingerprinter fplib]) is open-source. Uses the "[http://www.cs.cmu.edu/~yke/musicretrieval/ Computer Vision for Music Identification]" algorithm.
* [http://developer.echonest.com/docs/v4/song.html#identify The Echo Nest]. Originally a proprietary system, but the source code has been recently released on GitHub -- [https://github.com/echonest/echoprint-server server], [https://github.com/echonest/echoprint-codegen codegen]
* ''[defunct]'' Relatable's [[TRM]]. The system [[MusicBrainz]] originally used. The use of TRM has since been removed from MusicBrainz. The client-side audio fingerprinting library was open source and integrated into [http://bugs.musicbrainz.org/browser/libmusicbrainz/tags/release-2.1.5 libmusicbrainz].
* ''[defunct]'' Relatable's [[TRM]]. The system [[MusicBrainz]] originally used. The use of TRM has since been removed from MusicBrainz. The client-side audio fingerprinting library was open source and integrated into [http://bugs.musicbrainz.org/browser/libmusicbrainz/tags/release-2.1.5 libmusicbrainz].



Revision as of 19:33, 24 June 2011

Audio fingerprints are identifiers for audio files based on the contained audio data.

MusicBrainz originally used Relatable's TRM exclusively as their only audio fingerprint technology, but due to various scalability and performance issues, and the fact that the server is closed-source and thus, not fixable, an alternative was required. MusicIPs PUID technology was chosen in March of 2006 as an efficient alternative.

PUIDs were first integrated into Picard 0.7, and have seen continuous support in the MusicBrainz Server.

Also see: How PUIDs Work and Future Proof Fingerprint.

Known Audio Fingerprinting Systems

Open Source Systems

  • The fingerprint in Kurt Rosenfeld's FDMF.
  • MusicURI, part of the Mpeg-7 Audio DB project.
  • jHears is an acoustic fingerprinting framework based on FutureProofFingerPrint design by Geoff Schmidt (formerly of Tuneprint). jHears is developed by Juha Heljoranta.
  • Acoustid is an open source project that aims to create a free database of audio fingerprints with mapping to the MusicBrainz metadata database and provide a web service for audio file identification using this database. Developed by Lukáš Lalinský
  • AudioScout. Based on the pHash audio fingerprinting library, developed by the same authors. Uses the "Philips Robust Hashing" algorithm.
  • OpenFP.
  • [defunct] libFooID. An audio fingerprinting library used by, and developed for foosic.
  • [defunct] Freetantrum. It seems to be a dead project (its home page was replaced with an advert for unrelated things in 2001), but it may be worth investigating and resurrecting the code they produced.
  • Echoprint. Audio fingerprinting solution developed by the Echo Nest.

Partially Open-Source Systems

Commercial Systems