WaveVote version 0.0
====================

Performs interpolation, jitter correction and other heuristics to
to filter audible errors from a sample of nearly identical Wavefiles,
read from a CD.

(c) Bernhard Oemer <oemer@tph.tuwien.ac.at>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

BUILD: gcc wavevote.c -o wavevote

USAGE: wavevote file1.wav file2.wav [...] 1>output.wav 2>log.txt
Alle files must be cdda-takes of the same track and have to be of the same length.
The interpolated output-file is sent to stdout, logs are sent to stderr.

see wavevote.c for details

cu

Bernhard Oemer
