README
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:2k
源码类别:

Audio

开发平台:

Unix_Linux

  1. This is libsndfile, 1.0.21
  2. libsndfile is a library of C routines for reading and writing
  3. files containing sampled audio data.
  4. The src/ directory contains the source code for library itself.
  5. The doc/ directory contains the libsndfile documentation.
  6. The examples/ directory contains examples of how to write code using
  7. libsndfile.
  8. The tests/ directory contains programs which link against libsndfile
  9. and test its functionality.
  10. The src/GSM610 directory contains code written by Jutta Degener and Carsten
  11. Bormann. Their original code can be found at :
  12.     http://kbs.cs.tu-berlin.de/~jutta/toast.html
  13. The src/G72x directory contains code written and released by Sun Microsystems
  14. under a suitably free license.
  15. LINUX
  16. -----
  17. Whereever possible, you should use the packages supplied by your Linux
  18. distribution.
  19. If you really do need to compile from source it should be as easy as:
  20. ./configure
  21. make
  22. make install
  23. Since libsndfile optionally links against libFLAC, libogg and libvorbis, you
  24. will need to install appropriate versions of these libraries before running
  25. configure as above.
  26. UNIX
  27. ----
  28. Compile as for Linux.
  29. Win32/Win64
  30. -----------
  31. The default Windows compilers are nowhere near compliant with the 1999 ISO
  32. C Standard and hence not able to compile libsndfile.
  33. Please use the libsndfile binaries available on the libsndfile web site.
  34. MacOSX
  35. ------
  36. Building on MacOSX should be the same as building it on any other Unix.
  37. CONTACTS
  38. --------
  39. libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
  40. The libsndfile home page is at :
  41. http://www.mega-nerd.com/libsndfile/