Checker
An Audio File Validator for LibriVox Contributions
Send Feedback Home Page > Checker
Introduction
Getting Started
Download
Ways You Can Help Out
Version History
Source Code
Checker is a tool that looks for common problems with recordings for LibriVox, a site where volunteers collaborate to make audio books of public domain texts. The checker tool can save you time by checking your file for common issues before you go to the trouble of uploading it.
To use checker, drag and drop one or more MP3 files (or a folder or ZIP archive that contains them) onto the checker window and allow it to analyze them. Once it is done, click on any file to see a report of any issues that were detected. The report will either state that the file "passed" (no problems were detected), or it may list a number of errors or warnings. Errors generally indicate more serious problems that should be fixed before uploading the file. A warning is a less serious problem, or in some cases a potential problem that checker is not sure about.
The program checks many technical features about your file. It can find problems with file name conventions, metadata (ID3 tags), audio format and MP3 encoding options, volume, and more. Checker has also been designed with extensibility in mind, so other programmers can easily add new tests (or modify the existing ones) in the future.
It does not check the content of the recording: it won't tell you if you've read a word incorrectly or criticize your performance.
| Current Release—0.2 alpha January 6, 2009 | |
|---|---|
| Windows | checker-0.2.exe (0.98 MB) |
| Mac OS X | checker-osx-0.2.zip (0.95 MB) |
| All Platforms | checker-0.2.zip (0.9 MB) |
Windows: Download and run the installer as you would any other Windows software. If you get an error message when you try to run the program, you probably don't have Java installed. See below for help.
OS X: Download the .zip file and double-click it to open. Then drag the checker icon into your Applications folder to install it.
Other: Download and unzip the JAR file. On most platforms, you can double-click the JAR file to run it. If that doesn't work for you, you can it start it from the shell using a line like: java -jar checker.jar
Checker was written in the Java language, so it will run on all of the most popular platforms, including Windows, Linux and OS X. It works best with version 6 of Java, or newer, but it will also run under version 5 with reduced functionality.
If the button does not work (for example, if you have disabled JavaScript in your browser), use one of the following links instead:
Things you can do to help now:
Things that will be possible later:
October 29 2008 (prototype 1)
January 6 2009 (alpha 0.2)
checker-0.2-src.7z (461 kB)
This program uses the JavaLayer library for decoding MP3 audio and the Jaudiotagger library for parsing ID3 metadata. Both of these are made available under an LGPL license. Source code to both of these libraries is included with the source for checker.
Return to Home Page Send Feedback
October 29, 2008 — Updated January 01, 2011