freeswitch/libs/libsndfile
Anthony Minessale ecfe3263e2 FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream 2012-04-16 11:55:52 -05:00
..
Cfg fix empty libsndfile dir 2010-03-30 09:48:01 -05:00
M4 remove ignored file from tree 2010-11-24 03:58:22 +00:00
Octave FSBUILD-249 2010-02-23 22:56:54 +00:00
Win32 libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
doc libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
examples libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
man libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
programs remove generated files 2009-05-21 21:32:03 +00:00
regtest libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
src FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream 2012-04-16 11:55:52 -05:00
tests libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
.update FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream 2012-04-16 11:55:52 -05:00
AUTHORS libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
COPYING add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00
ChangeLog libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
INSTALL add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00
Makefile.am libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
Mingw-make-dist.sh FSBUILD-249 2010-02-23 22:56:54 +00:00
NEWS libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
README libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
TODO add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00
acinclude.m4 fix autoreconf on libsndfile 2009-06-08 20:13:04 +00:00
configure.ac a slightly more annoying yet more sane way to fix snow cat 2009-12-10 04:19:49 +00:00
configure.gnu whoops 2009-11-25 18:24:02 +00:00
libsndfile.spec.in add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00
reconfigure.mk add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00
sndfile.pc.in add libsndifle 1.0.17 to in tree libs 2006-12-20 19:08:07 +00:00

README

This is libsndfile, 1.0.19

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.


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/