sm64ex-coop/tools/audiofile-0.3.6
Zerocker 219ca905f9 Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
..
autom4te.cache Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
docs Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
examples Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
gtest Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
libaudiofile Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
sfcommands Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
test Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
ACKNOWLEDGEMENTS
AUTHORS
COPYING
COPYING.GPL
ChangeLog
INSTALL
Makefile Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
Makefile.am
Makefile.in Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
NEWS
NOTES
README
TODO
aclocal.m4 Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
audiofile-uninstalled.pc
audiofile-uninstalled.pc.in
audiofile.pc Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
audiofile.pc.in
audiofile.spec
audiofile.spec.in
config.guess
config.h Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
config.h.in Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
config.h.in~ Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
config.log Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
config.status Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
config.sub
configure Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
configure.ac
depcomp
install-sh
libtool Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
ltmain.sh Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
missing
patch.patch
stamp-h1

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