sm64pc/tools/audiofile-0.3.6
Cadey Ratio 880e8a953e initial commit 2020-05-05 08:15:53 -04:00
..
autom4te.cache initial commit 2020-05-05 08:15:53 -04:00
docs initial commit 2020-05-05 08:15:53 -04:00
examples initial commit 2020-05-05 08:15:53 -04:00
gtest initial commit 2020-05-05 08:15:53 -04:00
libaudiofile initial commit 2020-05-05 08:15:53 -04:00
sfcommands initial commit 2020-05-05 08:15:53 -04:00
test initial commit 2020-05-05 08:15:53 -04:00
ACKNOWLEDGEMENTS initial commit 2020-05-05 08:15:53 -04:00
AUTHORS initial commit 2020-05-05 08:15:53 -04:00
COPYING initial commit 2020-05-05 08:15:53 -04:00
COPYING.GPL initial commit 2020-05-05 08:15:53 -04:00
ChangeLog initial commit 2020-05-05 08:15:53 -04:00
INSTALL initial commit 2020-05-05 08:15:53 -04:00
Makefile initial commit 2020-05-05 08:15:53 -04:00
Makefile.am initial commit 2020-05-05 08:15:53 -04:00
Makefile.in initial commit 2020-05-05 08:15:53 -04:00
NEWS initial commit 2020-05-05 08:15:53 -04:00
NOTES initial commit 2020-05-05 08:15:53 -04:00
README initial commit 2020-05-05 08:15:53 -04:00
TODO initial commit 2020-05-05 08:15:53 -04:00
aclocal.m4 initial commit 2020-05-05 08:15:53 -04:00
audiofile-uninstalled.pc initial commit 2020-05-05 08:15:53 -04:00
audiofile-uninstalled.pc.in initial commit 2020-05-05 08:15:53 -04:00
audiofile.pc initial commit 2020-05-05 08:15:53 -04:00
audiofile.pc.in initial commit 2020-05-05 08:15:53 -04:00
audiofile.spec initial commit 2020-05-05 08:15:53 -04:00
audiofile.spec.in initial commit 2020-05-05 08:15:53 -04:00
config.guess initial commit 2020-05-05 08:15:53 -04:00
config.h initial commit 2020-05-05 08:15:53 -04:00
config.h.in initial commit 2020-05-05 08:15:53 -04:00
config.log initial commit 2020-05-05 08:15:53 -04:00
config.status initial commit 2020-05-05 08:15:53 -04:00
config.sub initial commit 2020-05-05 08:15:53 -04:00
configure initial commit 2020-05-05 08:15:53 -04:00
configure.ac initial commit 2020-05-05 08:15:53 -04:00
depcomp initial commit 2020-05-05 08:15:53 -04:00
install-sh initial commit 2020-05-05 08:15:53 -04:00
libtool initial commit 2020-05-05 08:15:53 -04:00
ltmain.sh initial commit 2020-05-05 08:15:53 -04:00
missing initial commit 2020-05-05 08:15:53 -04:00
patch.patch initial commit 2020-05-05 08:15:53 -04:00
stamp-h1 initial commit 2020-05-05 08:15:53 -04:00

README

Audio File Library
Version 0.3.6
Wednesday, 6 March 2013

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

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

----

The Audio File Library handles reading and writing audio files in many
common formats.

Key goals of the Audio File Library are file format transparency and data
format transparency. The same calls for opening a file, accessing and
manipulating audio metadata (e.g. sample rate, sample format, textual
information, MIDI parameters), and reading and writing sample data will
work with any supported audio file format. Likewise, the format of the
audio data presented to the application need not be tied to the format
of the data contained in the file.

The following file formats are currently supported:
* AIFF/AIFF-C
* WAVE
* NeXT .snd/Sun .au
* Berkeley/IRCAM/CARL Sound File
* Audio Visual Research
* Amiga IFF/8SVX
* Sample Vision
* Creative Voice File
* NIST SPHERE
* Core Audio Format
* FLAC

The following compression formats are currently supported:
* G.711 mu-law and A-law
* IMA ADPCM
* Microsoft ADPCM
* FLAC
* Apple Lossless Audio Codec

The Audio File Library itself is available under the GNU Lesser 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 Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA  02110-1301  USA