Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

FakeFLAC

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

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