source: trunk/third/audiofile/TODO @ 18227

Revision 18227, 939 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18226, which included commits to RCS files with non-trunk default branches.
Line 
1Audio File Library 0.2.3
2Michael Pruett <mpruett@sgi.com>
3
4Short-term
5----------
6
7Handle more compressed data formats, most importantly Ogg Vorbis.  GSM
806.10 would also be nice.
9
10Handle sample rate conversion.
11
12More comprehensive tests should be developed to stress-test the
13library.  Tests are needed most for the following sets of functions:
14        * af{Get,Set}VirtualChannels/afSetChannelMatrix
15        * afGetSampleFormat/af{Get,Set}VirtualSampleFormat
16        * af{Get,Set}Loop{IDs,Mode,Count,Start,End,StartFrame,EndFrame,Track}
17
18Support for auxiliary data in IRCAM files (maximum amplitude, comments,
19etc.) should be added.
20
21Long-term
22---------
23
24It would be nice to support some more file formats.
25
26Add locale support for error messages.
27
28Documentation should probably be in the SGML DocBook format.
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.
Note: See TracBrowser for help on using the repository browser.