Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mevdschee/fakeflac
- Owner: mevdschee
- License: mit
- Created: 2013-01-28T00:40:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T06:37:36.000Z (about 2 years ago)
- Last Synced: 2024-10-29T20:01:02.579Z (11 days ago)
- Topics: ffmpeg, flac, numpy, python, scipy
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 39
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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