Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mevdschee/fakeflac

A command-line tool to detect "fake" FLAC files
https://github.com/mevdschee/fakeflac

ffmpeg flac numpy python scipy

Last synced: about 23 hours ago
JSON representation

A command-line tool to detect "fake" FLAC files

Awesome Lists containing this project

README

        

FakeFLAC
========

A command-line tool to detect "fake" FLAC files

see: http://www.maurits.vdschee.nl/fakeflac/

also on: https://github.com/mevdschee/fakeflac/blob/master/doc/index.md

# Requirements

- Python 3
- Python SciPy and NumPy
- ffmpeg

# Installation

On Linux (Debian based) you must install the following dependencies:

sudo apt-get install ffmpeg python-scipy

For debugging (to draw the graphs) you need:

sudo apt-get install python-matplotlib