Added support for large files. This option is disabled by default; to
enable large file support, run configure with the flag --enable-largefile.
Improved support for markers in WAVE files.
Added support for miscellaneous data in WAVE files.
Cleaned up code in many places.
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Changes since 0.2.1:
Fixed a bug involving the processing of 24-bit audio data on
little-endian systems.
Added support for IMA and MS ADPCM.
Added support for the IRCAM file format.
Added support for AF_QUERYTYPE_COMPRESSION.
Added support for floating-point data in the AIFF-C and WAVE file
formats.
Improved support for compressed data formats in AIFF-C, WAVE, and NeXT
.snd file formats.
Cleaned up code for 64-bit systems.
Cleaned up some compiler warnings.
Added many new tests.
Fixed several small bugs.
Cleaned up code in many places.
Changes: Virtual format support by a new module system, file reading
and writing speed increased, more robust error handling, compiler
warning cleanup.
* Error handling has been vastly improved.
* Querying is much more robust. Querying on loops, markers,
instruments, and intsrument parameters is now implemented.
* Some small bugs have been fixed.
GNOME VFS operations have been incorporated into the Audio File Library.
G.711 mu-law and a-law encoding is now available for all sound file
formats.
Documentation has been greatly improved but still needs work.
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.