index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <html>
  2. <head>
  3. <title>libvorbis - Documentation</title>
  4. <link rel=stylesheet href="style.css" type="text/css">
  5. </head>
  6. <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
  7. <table border=0 width=100%>
  8. <tr>
  9. <td><p class=tiny>libvorbis documentation</p></td>
  10. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  11. </tr>
  12. </table>
  13. <h1>Libvorbis Documentation</h1>
  14. <p>
  15. Libvorbis contains the Vorbis reference encoder and decoder.
  16. <p>
  17. This is the lowest-level interface to the Vorbis encoder and decoder. If
  18. you're just looking for a simple way to extract the
  19. audio from an Ogg Vorbis file, you probably want to use <a
  20. href="../vorbisfile/index.html">vorbisfile</a> rather than using libogg
  21. and libvorbis directly.
  22. <p>
  23. <a href="overview.html">Libvorbis API overview</a><br>
  24. <a href="reference.html">Libvorbis API reference</a><br>
  25. <br><br>
  26. <hr noshade>
  27. <table border=0 width=100%>
  28. <tr valign=top>
  29. <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
  30. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  31. </tr><tr>
  32. <td><p class=tiny>libvorbis documentation</p></td>
  33. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  34. </tr>
  35. </table>
  36. </body>
  37. </html>