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