Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2011 18:15:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/fplib Makefile distinfo pkg-descr
Message-ID:  <201111121815.pACIFsqS015957@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2011-11-12 18:15:54 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/fplib          Makefile distinfo pkg-descr 
  Log:
  - 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
  
  Revision  Changes    Path
  1.1196    +1 -0      ports/audio/Makefile
  1.1       +44 -0     ports/audio/fplib/Makefile (new)
  1.1       +2 -0      ports/audio/fplib/distinfo (new)
  1.1       +13 -0     ports/audio/fplib/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111121815.pACIFsqS015957>