Home | Back
Michael Pruett
michael@68k.org

----

Changes for the Audio File Library version 0.1.5
Thursday, 27 August 1998

The code which reads and writes sampled sound data has been vastly
improved; bit depths from 1 to 32 bits are now supported in all
formats which support such variation (currently AIFF/AIFF-C and WAVE).

Error handling code is now present to a limited degree.

----

Changes for the Audio File Library version 0.1.4
Thursday, 16 July 1998

AES data functions are now implemented.  They're only effective when
using the AIFF/AIFF-C formats.

Miscellaneous data functions are now implemented for the AIFF/AIFF-C
file formats.

The Audio File Library now uses GNU autoconf.

The Audio File Library now builds shared libraries.

Some rudimentary documentation is now included.

----

Changes for the Audio File Library version 0.1.3
Monday, 22 June 1998

The Linux-specific test programs should work on all Linux platforms
which support audio.  (I believe this includes just Linux/i386,
Linux/PowerPC, and Linux/Alpha.  I may be wrong.)

The function afReadFrames now returns the proper value.

The afGetInstParams, afSetInstParams, afGetInstParamLong, and
afSetInstParamLong calls are now implemented to the same extent that
SGI's versions are.

Instrument, marker, and loop data functions are now fully implemented.
I'll eventually get around to the miscellaneous data functions.

The AUpvlist functions have been implemented and tested.  The afQuery
calls are on my list of things to implement.

A few minor bugs have been fixed.