index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.3.2 - 20101101</p></td>
  11. </tr>
  12. </table>
  13. <h1>Vorbisfile Documentation</h1>
  14. <p>
  15. The Vorbisfile library provides a convenient high-level API for
  16. decoding and basic manipulation of all Vorbis I audio streams.
  17. Libvorbisfile is implemented as a layer on top of Xiph.Org's reference
  18. libogg and libvorbis libraries.<p>
  19. Vorbisfile can be used along with any ANSI compliant stdio implementation
  20. for file/stream access, or use custom stream i/o routines provided by
  21. the embedded environment. Both uses are described in detail in this
  22. documentation.
  23. <p>
  24. <a href="overview.html">API overview</a><br>
  25. <a href="reference.html">API reference</a><br>
  26. <a href="exampleindex.html">Code Examples</a><br>
  27. <br><br>
  28. <hr noshade>
  29. <table border=0 width=100%>
  30. <tr valign=top>
  31. <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
  32. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  33. </tr><tr>
  34. <td><p class=tiny>Vorbisfile documentation</p></td>
  35. <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
  36. </tr>
  37. </table>
  38. </body>
  39. </html>