Blame README

Packit 4aff17
This is libsndfile, 1.0.28
Packit 4aff17
Packit 4aff17
libsndfile is a library of C routines for reading and writing
Packit 4aff17
files containing sampled audio data.
Packit 4aff17
Packit 4aff17
The src/ directory contains the source code for library itself.
Packit 4aff17
Packit 4aff17
The doc/ directory contains the libsndfile documentation.
Packit 4aff17
Packit 4aff17
The examples/ directory contains examples of how to write code using
Packit 4aff17
libsndfile.
Packit 4aff17
Packit 4aff17
The tests/ directory contains programs which link against libsndfile
Packit 4aff17
and test its functionality.
Packit 4aff17
Packit 4aff17
The src/GSM610 directory contains code written by Jutta Degener and Carsten
Packit 4aff17
Bormann. Their original code can be found at :
Packit 4aff17
    http://kbs.cs.tu-berlin.de/~jutta/toast.html
Packit 4aff17
Packit 4aff17
The src/G72x directory contains code written and released by Sun Microsystems
Packit 4aff17
under a suitably free license.
Packit 4aff17
Packit 4aff17
The src/ALAC directory contains code written and released by Apple Inc and
Packit 4aff17
released under the Apache license.
Packit 4aff17
Packit 4aff17
Packit 4aff17
LINUX
Packit 4aff17
-----
Packit 4aff17
Whereever possible, you should use the packages supplied by your Linux
Packit 4aff17
distribution.
Packit 4aff17
Packit 4aff17
If you really do need to compile from source it should be as easy as:
Packit 4aff17
Packit 4aff17
		./configure
Packit 4aff17
		make
Packit 4aff17
		make install
Packit 4aff17
Packit 4aff17
Since libsndfile optionally links against libFLAC, libogg and libvorbis, you
Packit 4aff17
will need to install appropriate versions of these libraries before running
Packit 4aff17
configure as above.
Packit 4aff17
Packit 4aff17
Packit 4aff17
UNIX
Packit 4aff17
----
Packit 4aff17
Compile as for Linux.
Packit 4aff17
Packit 4aff17
Packit 4aff17
Win32/Win64
Packit 4aff17
-----------
Packit 4aff17
The default Windows compilers are nowhere near compliant with the 1999 ISO
Packit 4aff17
C Standard and hence not able to compile libsndfile.
Packit 4aff17
Packit 4aff17
Please use the libsndfile binaries available on the libsndfile web site.
Packit 4aff17
Packit 4aff17
Packit 4aff17
MacOSX
Packit 4aff17
------
Packit 4aff17
Building on MacOSX should be the same as building it on any other Unix.
Packit 4aff17
Packit 4aff17
Packit 4aff17
CONTACTS
Packit 4aff17
--------
Packit 4aff17
Packit 4aff17
libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
Packit 4aff17
The libsndfile home page is at :
Packit 4aff17
Packit 4aff17
	http://www.mega-nerd.com/libsndfile/
Packit 4aff17
Packit 4aff17
Bugs and support questions can be raised at :
Packit 4aff17
Packit 4aff17
	https://github.com/erikd/libsndfile/