index.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <html>
  2. <head>
  3. <title>Tremor - 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>Tremor documentation</p></td>
  10. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  11. </tr>
  12. </table>
  13. <h1>Tremor Documentation</h1>
  14. <p>
  15. The Tremor Vorbis I stream and file decoder provides an embeddable,
  16. integer-only library [libvorbisidec] intended for decoding all current
  17. and future Vorbis I compliant streams. The Tremor libvorbisidec
  18. library exposes an API intended to be as similar as possible to the
  19. familiar 'vorbisfile' library included with the open source Vorbis
  20. reference libraries distributed for free by Xiph.org. <p>
  21. Tremor can be used along with any ANSI compliant stdio implementation
  22. for file/stream access, or use custom stream i/o routines provided by
  23. the embedded environment. Both uses are described in detail in this
  24. documentation.
  25. <p>
  26. <a href="build.html">Building libvorbisidec</a><br>
  27. <a href="overview.html">API overview</a><br>
  28. <a href="reference.html">API reference</a><br>
  29. <a href="example.html">Example code</a><br>
  30. <a href="diff.html">Tremor / vorbisfile API differences</a><br>
  31. <br><br>
  32. <hr noshade>
  33. <table border=0 width=100%>
  34. <tr valign=top>
  35. <td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
  36. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  37. </tr><tr>
  38. <td><p class=tiny>Tremor documentation</p></td>
  39. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  40. </tr>
  41. </table>
  42. </body>
  43. </html>