Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acoustid/acoustid-fingerprinter

GUI application for submitting audio fingerprints to AcoustID
https://github.com/acoustid/acoustid-fingerprinter

Last synced: 3 months ago
JSON representation

GUI application for submitting audio fingerprints to AcoustID

Awesome Lists containing this project

README

        

# Acoustid Fingerprinter

A GUI application for submitting audio fingerprints to AcoustID

## Dependencies

* Qt
* FFmpeg
* Chromaprint

## Installation

$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .
$ make
$ sudo make install

### Debian dependencies

This can help to make compile process smoother :

apt install libqt4-dev libtag1-dev libchromaprint-dev libavcodec-dev libavformat-dev