Blame doc/README

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