Selection of changes:
* Various bugfixes to Ogg Vorbis handler as well as updating
to use version 1.0 of library. Also, modified the files
that are output by Ogg Vorbis handler to use VBR format.
* Minor cleanups to sox.c to free and close all files instead
of relying on C library to do it on exit.
* Fixed some integer overflow problems in compand effect.
* libst prototype cleanups and private data structure
cleanups.
* Added new handler for Psion Record.app files.
* Play/Record scripts now look at an AUDIODEV
enviornment variable to see what audio device to
play to. Also scripts to work on Sun Rays.
* Added support for reading and writing MP3 files if
external MP3 libraries are avaliable.
* Fix multile channel bug in avg effect.
* Allow AIFF files with an invalid length of 0 to be
processed.
- Prevent configure from picking up any stray /dev/dsp's and believing
it should use OSS
- In the play script, add proper arguments if ran on NetBSD
- Fix the $PATH setting in the play script
Changes from 12.15:
* Improved I/O performance on uncompressed data
* Play script can now handle spaces in filename
* Improved default output quality of ADPCM files
* Added support for ALSA audio devices
* Several bug fixes to AIFF files
* Resample effect was greatly improved and now SoX does a great job
on almost all resamples.
* Added A-law support to .au files plus bug fixes
* Updated OS/2 support
* Added auto-configure support. Greatly enhanced cross-platform support.
* Imrproved 16-bit DOS compiler support
* Added swap effect
* Combined play and rec script and added more options
* Fixed bugs in low/high/band-pass filters and avg effect.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.