accuraterip-checksum: convert to python C extension

* calculate v1 and v2 checksums at once
* let libsndfile handle both WAV and FLAC

Signed-off-by: Andreas Oberritter <obi@saftware.de>
This commit is contained in:
Andreas Oberritter
2018-05-10 03:14:03 +02:00
parent 635113be9a
commit ab95715efc
9 changed files with 98 additions and 290 deletions

View File

@@ -23,11 +23,6 @@ install:
# Testing dependencies
- pip install twisted flake8
# Build bundled C utils
- cd src
- sudo make install
- cd ..
# Installing
- python setup.py install