sm64pc/tools/audiofile-0.3.6
Jan200101 e87c070517
merge PC port onto the decompile
2020-05-07 20:21:22 +02:00
..
autom4te.cache merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
docs merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
examples merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
gtest merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
libaudiofile merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
sfcommands merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
test merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
ACKNOWLEDGEMENTS merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
AUTHORS merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
COPYING merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
COPYING.GPL merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
ChangeLog merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
INSTALL merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
Makefile merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
Makefile.am merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
Makefile.in merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
NEWS merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
NOTES merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
README merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
TODO merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
aclocal.m4 merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile-uninstalled.pc merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile-uninstalled.pc.in merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile.pc merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile.pc.in merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile.spec merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
audiofile.spec.in merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.guess merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.h merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.h.in merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.log merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.status merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
config.sub merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
configure merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
configure.ac merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
depcomp merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
install-sh merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
libtool merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
ltmain.sh merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
missing merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
patch.patch merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
stamp-h1 merge PC port onto the decompile 2020-05-07 20:21:22 +02: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