Giter VIP home page Giter VIP logo

accuraterip-checksum's Introduction

accuraterip-checksum

Description

A C99 command line program to compute the AccurateRip checksum of single track WAV files, i.e. WAV files which contain only a single track of an audio CD.
Such files can for example be generated by Exact Audio Copy and various other CD ripping programs, as listed e.g. here and here.

Implemented according to this thread on HydrogenAudio.

Usage

Calculate AccurateRip v2 checksum of track number TRACK which is contained in WAV file TRACK_FILE, and which was ripped from a disc with a total track count of TOTAL_TRACKS:

accuraterip-checksum TRACK_FILE TRACK TOTAL_TRACKS

Explicitly choose AccurateRip checksum version, where VERSION is 1 or 2:

accuraterip-checksum --accuraterip-vVERSION TRACK_FILE TRACK TOTAL_TRACKS

Show accuraterip-checksum program version (this is not the AccurateRip checksum version!):

accuraterip-checksum --version

The version of accuraterip-checksum should be added to the tags of audio files which were processed using the output of accuraterip-checksum:
If any severe bugs are ever found in accuraterip-checksum this will allow you to identify files which were tagged using affected version.

Dependencies

libsndfile is used for reading the WAV files. Therefore, on Ubuntu, make sure you have the following packages installed:

libsndfile1

For compiling you need:

libsndfile1-dev

Compiling

Using GNU Make

make clean
make

Using Eclipse

The configuration files of an Eclipse project are included. You can use "EGit" (Eclipse git) to import the whole repository. It should as well ask you to import the project configuration then.

The Eclipse configuration is currently unmaintained, using GNU Make is preferred.

Author

Leo Bogert (http://leo.bogert.de)

Version

1.5

Donations

bitcoin:14kPd2QWsri3y2irVFX6wC33vv7FqTaEBh

License

GPLv3

accuraterip-checksum's People

Contributors

leo-bogert avatar erichmachado avatar merlijnwajer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.