Commit graph

2 commits

Author SHA1 Message Date
Brendan Fabeny
1870a876bd fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate

Reported by:	pav
2012-03-06 17:27:26 +00:00
Sunpoet Po-Chuan Hsieh
6257fcb282 - Add fplib 20100712
The last.fm fingerprint library

The fingerprinting process works in two steps:
1. Get PCM data and pass it to *fplib* which will return byte string to be
   submitted to the last.fm HTTP fingerprint service. This will return a number
   (fingerprintID).
2. Query the last.fm API with the fingerprintID and obtain the metadata in xml
   format.

The lastfmfpclient directory contains an example of application that uses fplib
and queries both services.

WWW: https://github.com/lastfm/Fingerprinter

Feature safe:	yes
2011-11-12 18:15:54 +00:00