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