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