wavtools
Copyright (C) 2004 Steve Morphet <steve@morphet.org.uk>
These programs are free software; you can redistribute them and/or modify them 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.
These programs are distributed in the hope that they 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.
A copy of the GNU General Public License is provided in the file named COPYING.
- Contents
wavlib - WAV file functions.
wavinfo - Program to output header and chunk information from a WAV file. wavpad - Pad the end of a WAV file to be a multiple of 588 samples, for
CD writing.
wavcat - Concatenate 16 bit wav files, with options for stereo->mono
conversion.
Building and Installation
Edit the Makefile to choose build options and installation directories.
Type "make" to build the library, programs, and documentation.
Type "make install" to install the programs and manual pages.
- Contact
Author: Steve Morphet <steve@morphet.org.uk> http://www.morphet.org.uk/- Contributors
Wolfgang Dautermann helped with manual pages and makefiles.
