Brian West eade217fe7 Tweak sndfile for args %!s(int64=10) %!d(string=hai) anos
..
Cfg 3f7990d385 fix empty libsndfile dir %!s(int64=14) %!d(string=hai) anos
M4 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
Octave 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
Scripts 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
Win32 77fab7603a libsndfile: update to 1.0.19 (LBSNDF-7) %!s(int64=15) %!d(string=hai) anos
doc 950cf08cba remove generated file %!s(int64=10) %!d(string=hai) anos
examples 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
man 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
programs 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
regtest 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
src ffa14f323e don't require python for libsndfile build %!s(int64=10) %!d(string=hai) anos
tests 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
.update 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
AUTHORS 77fab7603a libsndfile: update to 1.0.19 (LBSNDF-7) %!s(int64=15) %!d(string=hai) anos
COPYING f210c27f43 add libsndifle 1.0.17 to in tree libs %!s(int64=18) %!d(string=hai) anos
ChangeLog 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
INSTALL f210c27f43 add libsndifle 1.0.17 to in tree libs %!s(int64=18) %!d(string=hai) anos
Makefile.am fcc70a3f1d fully disable pkgconfig, we don't install this anyways %!s(int64=10) %!d(string=hai) anos
Mingw-make-dist.sh 4d3dac5b52 FSBUILD-249 %!s(int64=14) %!d(string=hai) anos
NEWS 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
README 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
README.md 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
TODO f210c27f43 add libsndifle 1.0.17 to in tree libs %!s(int64=18) %!d(string=hai) anos
acinclude.m4 e73eb028ae add more missing in acinclude.m4 %!s(int64=10) %!d(string=hai) anos
autogen.sh 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
binheader_readf_check.py 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
configure.ac eade217fe7 Tweak sndfile for args %!s(int64=10) %!d(string=hai) anos
configure.gnu c1d54f7a7f whoops %!s(int64=15) %!d(string=hai) anos
echo-install-dirs.in 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
libsndfile.spec.in 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
make_lite.py 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos
reconfigure.mk f210c27f43 add libsndifle 1.0.17 to in tree libs %!s(int64=18) %!d(string=hai) anos
sndfile.pc.in 199a64bf6a FS-4657 --resolve update libsndfile to its latest master %!s(int64=10) %!d(string=hai) anos

README

This is libsndfile, 1.0.25

libsndfile is a library of C routines for reading and writing
files containing sampled audio data.

The src/ directory contains the source code for library itself.

The doc/ directory contains the libsndfile documentation.

The examples/ directory contains examples of how to write code using
libsndfile.

The tests/ directory contains programs which link against libsndfile
and test its functionality.

The src/GSM610 directory contains code written by Jutta Degener and Carsten
Bormann. Their original code can be found at :
http://kbs.cs.tu-berlin.de/~jutta/toast.html

The src/G72x directory contains code written and released by Sun Microsystems
under a suitably free license.

The src/ALAC directory contains code written and released by Apple Inc and
released under the Apache license.


LINUX
-----
Whereever possible, you should use the packages supplied by your Linux
distribution.

If you really do need to compile from source it should be as easy as:

./configure
make
make install

Since libsndfile optionally links against libFLAC, libogg and libvorbis, you
will need to install appropriate versions of these libraries before running
configure as above.


UNIX
----
Compile as for Linux.


Win32/Win64
-----------
The default Windows compilers are nowhere near compliant with the 1999 ISO
C Standard and hence not able to compile libsndfile.

Please use the libsndfile binaries available on the libsndfile web site.


MacOSX
------
Building on MacOSX should be the same as building it on any other Unix.


CONTACTS
--------

libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsndfile home page is at :

http://www.mega-nerd.com/libsndfile/