tutorial.html 834 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. libsndfile Tutorial
  6. </TITLE>
  7. <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
  8. <LINK REL="stylesheet" HREF="libsndfile.css" TYPE="text/css" MEDIA="all">
  9. <LINK REL="stylesheet" HREF="print.css" TYPE="text/css" MEDIA="print">
  10. </HEAD>
  11. <BODY>
  12. <!-- pepper -->
  13. <H1><BR>libsndfile Tutorial</H1>
  14. <!-- pepper -->
  15. <P>
  16. <b>More coming soon.</b>
  17. </P>
  18. <!-- pepper -->
  19. <P>
  20. For now, the best place to look for example code is the <tt>examples/</tt>
  21. directory of the source code distribution and the libsndfile test suite which
  22. is located in the <tt>tests/</tt> directory of the source code distribution.
  23. </P>
  24. <!-- pepper -->
  25. <!-- pepper -->
  26. <!-- pepper -->
  27. <!-- pepper -->
  28. <!-- pepper -->
  29. <!-- pepper -->
  30. </BODY>
  31. </HTML>