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