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
- Python 3
- Python SciPy and NumPy
- ffmpeg
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