1Audio File Library
2To Do List
3
4Michael Pruett <michael@68k.org>
5
6Short-term
7----------
8
9Handle more compressed data formats, most importantly Ogg Vorbis.
10GSM 06.10 would also be nice.
11
12Handle sample rate conversion.
13
14More comprehensive tests should be developed to stress-test the
15library.  Tests are needed most for the following sets of functions:
16	* af{Get,Set}VirtualChannels/afSetChannelMatrix
17	* afGetSampleFormat/af{Get,Set}VirtualSampleFormat
18	* af{Get,Set}Loop{IDs,Mode,Count,Start,End,StartFrame,EndFrame,Track}
19
20Support for auxiliary data in IRCAM files (maximum amplitude, comments,
21etc.) should be added.
22
23Long-term
24---------
25
26It would be nice to support some more file formats.
27
28Add locale support for error messages.
29
30Whenever a compression format is requested, the library should scan
31through /usr/lib/audiofile/*.so to see if any DSOs support the requested
32format.
33