descriptionOSS-QM project's libaudiofile branches
repository URLgit://pubgit.metux.de/oss-qm/audiofile.git
ownerweigelt@metux.de
last changeSat, 10 Jul 2010 17:52:42 +0000 (10 19:52 +0200)
content tags
add:
README
Audio File Library
Version 0.2.7
Sunday, 21 March 2010

Copyright (C) 1998-2000, 2003-2004, 2010, Michael Pruett
Copyright (C) 2000-2001, Silicon Graphics, Inc.

michael@68k.org
http://www.68k.org/~michael/audiofile/

----

The Audio File Library provides a uniform programming interface to
standard digital audio file formats.

This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun
.snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE).  The library
also supports compression (currently G.711 mu-law and A-law and IMA and
MS ADPCM) as well as PCM formats of all flavors (signed and unsigned
integer, single- and double-precision floating point).

One premise of the Audio File Library is that the data presented to
an application need not be in the same format as the data contained in
the file.  Another, however, is that the capabilities of the file format
are exposed to the application programmer should the programmer wish to
take advantage of them.

The Audio File Library itself is available under the GNU Library General
Public License, and the programs in this package are available under
the GNU General Public License.  The two licenses are included in the
files COPYING and COPYING.GPL, respectively.

----

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the 
Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
Boston, MA  02111-1307  USA.
shortlog
2010-07-10 Enrico Weigelt... (Metux) autogen.sh: not running ./configure anymore... METUX.audiofile.masterodin/METUX.audiofile.masterMETUX.audiofile-0.2.7.3
2010-07-10 Enrico Weigelt... (Metux) Extra options for tiny installation (omitting...
2010-07-10 Enrico Weigelt... (Gentoo) sfconvert tool additions
2010-07-10 Enrico Weigelt... (Gentoo) test prog fixup
2010-07-10 Enrico Weigelt... (Gentoo) memory optimizations
2010-07-10 Enrico Weigelt... (Gentoo) largefile fix
2010-06-15 Michael PruettAdd audiofile-uninstalled.pc to .gitignore.UPSTREAM.audiofile.masterodin/UPSTREAM.audiofile.master
2010-04-15 Michael PruettAdd uninstalled pkg-config file.
2010-03-30 Michael PruettSpecify C linkage for af_vfs.h.
2010-03-26 Michael PruettInclude <audiofile.h> in af_vfs.h.
2010-03-26 Michael PruettLink against libm only for static builds.
2010-03-22 Michael PruettRelease version 0.2.7 of the Audio File Library.UPSTREAM.audiofile-0.2.7.0
2010-03-22 Michael PruettUpdate .gitignore files.
2010-03-22 Michael PruettWrite fact chunk in WAVE files with floating-point...
2010-03-22 Michael PruettAdd convenience functions for reading and writing bytes...
2010-03-22 Michael PruettRemove unnecessary comments.
...
tags
13 years ago METUX.audiofile-0.2.7.3
14 years ago METUX.audiofile-0.2.7.2
14 years ago METUX.audiofile-0.2.7.1
14 years ago UPSTREAM.audiofile-0.2.7.0
14 years ago METUX.audiofile-0.2.6.2
14 years ago METUX.audiofile-0.2.6.1
heads
13 years ago METUX.audiofile.master
13 years ago UPSTREAM.audiofile.master