source: trunk/third/audiofile/README @ 18227

Revision 18227, 2.0 KB 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
2Version 0.2.3
3Thursday, 25 October 2001
4
5Copyright (C) 1998-2000, Michael Pruett
6Copyright (C) 2000-2001, Silicon Graphics, Inc.
7
8michael@68k.org / mpruett@sgi.com
9http://www.68k.org/~michael/audiofile/
10http://oss.sgi.com/projects/audiofile/
11
12----
13
14The Silicon Graphics Audio File Library provides a uniform programming
15interface to standard digital audio file formats.
16
17This library allows the processing of audio data to and from audio
18files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun
19.snd/.au, and IRCAM).  The library also supports compression (currently
20G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of
21all flavors (signed and unsigned integer, floating point and
22double-precision floating point).
23
24One premise of the Audio File Library is that the data presented to
25an application need not be in the same format as the data contained in
26the file.  Another, however, is that the capabilities of the file format
27are exposed to the application programmer should the programmer wish to
28take advantage of them.
29
30The Audio File Library itself is available under the GNU Library General
31Public License, and the programs in this package are available under
32the GNU General Public License.  The two licenses are included in the
33files COPYING and COPYING.GPL, respectively.
34
35----
36
37This library is free software; you can redistribute it and/or
38modify it under the terms of the GNU Library General Public
39License as published by the Free Software Foundation; either
40version 2 of the License, or (at your option) any later version.
41
42This library is distributed in the hope that it will be useful,
43but WITHOUT ANY WARRANTY; without even the implied warranty of
44MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
45Library General Public License for more details.
46
47You should have received a copy of the GNU Library General Public
48License along with this library; if not, write to the
49Free Software Foundation, Inc., 59 Temple Place - Suite 330,
50Boston, MA  02111-1307  USA.
Note: See TracBrowser for help on using the repository browser.