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