Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acoustid/acoustid-fingerprinter
- Owner: acoustid
- License: gpl-2.0
- Created: 2011-04-23T07:44:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T11:15:05.000Z (almost 4 years ago)
- Last Synced: 2024-07-11T08:38:35.455Z (4 months ago)
- Language: C++
- Homepage:
- Size: 205 KB
- Stars: 34
- Watchers: 4
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: COPYING.txt
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