index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html>
  2. <head>
  3. <title>vorbisfile - 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>vorbisfile documentation</p></td>
  10. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  11. </tr>
  12. </table>
  13. <h1>VorbisFile Documentation</h1>
  14. <p>
  15. VorbisFile is a stdio-based convenience library for decoding vorbis bitstreams.
  16. It is the simplest and quickest way to go from file to raw PCM audio samples--if
  17. your decoder doesn't need to read from anything other than a file, use
  18. this. This document explains how to use the vorbisfile API in detail.
  19. <p>
  20. <a href="overview.html">vorbisfile api overview</a><br>
  21. <a href="exampleindex.html">vorbisfile example code</a><br>
  22. <a href="reference.html">vorbisfile api reference</a><br>
  23. <br><br>
  24. <hr noshade>
  25. <table border=0 width=100%>
  26. <tr valign=top>
  27. <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
  28. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td>
  29. </tr><tr>
  30. <td><p class=tiny>vorbisfile documentation</p></td>
  31. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  32. </tr>
  33. </table>
  34. </body>
  35. </html>