1Changes for Audio File Library version 0.3.6:
2
3* Implement FLAC and ALAC encoding and decoding.
4* Update license to LGPL 2.1.
5
6Changes for Audio File Library version 0.3.5:
7
8* Implement IMA ADPCM encoding and decoding for AIFF-C, CAF, and WAVE files.
9* Implement Microsoft ADPCM encoding for WAVE files.
10* Fix calculation of IRCAM frame size.
11* Record marker comments in WAVE files.
12* Improve validation of compressed audio formats.
13* Add support for building without documentation.
14
15Changes for Audio File Library version 0.3.4:
16
17* Use hidden visibility for internal symbols.
18* Add support for Sample Vision format.
19* Update license for extended-precision floating-point conversion routines.
20
21Changes for Audio File Library version 0.3.3:
22
23* Update library's soname version.
24* Link against libm.
25
26Changes for Audio File Library version 0.3.2:
27
28* Fix initialization of byte order in Creative Voice File format.
29* Fix calculation of frame count in NIST SPHERE sound files.
30* Remove duplicate definition of AFvirtualfile.
31* Don't treat compiler warnings as errors by default.
32
33Changes for Audio File Library version 0.3.1:
34
35* Fix installation of man pages.
36* Add support for Creative Voice File format.
37* Support u-law and A-law compression in Core Audio Format files.
38
39Changes for Audio File Library version 0.3.0:
40
41* Define AFframecount and AFfileoffset as 64-bit integers regardless of
42  whether system specifies off_t as 64 bits.
43* Added support for Core Audio Format.
44* Added support for extensible WAVE format files.
45* Fixed leak of miscellaneous data buffers. (Thanks to Stefano Magni
46  for finding and fixing this problem.)
47* Fixed default mapping between integer and floating-point audio data.
48* Fix handling of NeXT sound files with unspecified or inconsistent length.
49* Added support for miscellaneous data in IFF/8SVX files.
50* Added support for byte-swapped IRCAM sound files.
51* Refactored file parsing and writing.
52* Refactored audio conversion.
53* Updated and expanded documentation.
54