Update audio/qjackctl to version 0.6.2
[dports.git] / audio / fplib / pkg-descr
1 The last.fm fingerprint library
2
3 The fingerprinting process works in two steps:
4 1. Get PCM data and pass it to *fplib* which will return byte string to be
5    submitted to the last.fm HTTP fingerprint service. This will return a number
6    (fingerprintID).
7 2. Query the last.fm API with the fingerprintID and obtain the metadata in xml
8    format.
9
10 The lastfmfpclient directory contains an example of application that uses fplib
11 and queries both services.
12
13 WWW: https://github.com/lastfm/Fingerprinter