freeswitch/libs/libsndfile
Michael Jerris 14c5052db5 build: partial libsndfile build fix (FSBUILD-180)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14330 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-23 15:49:00 +00:00
..
M4 delete generated files 2009-06-08 18:08:09 +00:00
Octave libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +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 build: partial libsndfile build fix (FSBUILD-180) 2009-07-23 15:49:00 +00:00
tests libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +00:00
.update bump 2009-05-21 21:11:15 +00: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 libsndfile: update to 1.0.19 (LBSNDF-7) 2009-05-21 21:09:30 +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 comment out broken or lame configure stuff 2009-05-21 21:48:05 +00:00
configure.gnu dos2unix 2009-05-21 21:31:03 +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/