00001 <html> 00002 00003 <head> 00004 <title>Tremor - Documentation</title> 00005 <link rel=stylesheet href="style.css" type="text/css"> 00006 </head> 00007 00008 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> 00009 <table border=0 width=100%> 00010 <tr> 00011 <td><p class=tiny>Tremor documentation</p></td> 00012 <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> 00013 </tr> 00014 </table> 00015 00016 <h1>Tremor Documentation</h1> 00017 00018 <p> 00019 00020 The Tremor Vorbis I stream and file decoder provides an embeddable, 00021 integer-only library [libvorbisidec] intended for decoding all current 00022 and future Vorbis I compliant streams. The Tremor libvorbisidec 00023 library exposes an API intended to be as similar as possible to the 00024 familiar 'vorbisfile' library included with the open source Vorbis 00025 reference libraries distributed for free by Xiph.org. <p> 00026 00027 Tremor can be used along with any ANSI compliant stdio implementation 00028 for file/stream access, or use custom stream i/o routines provided by 00029 the embedded environment. Both uses are described in detail in this 00030 documentation. 00031 00032 <p> 00033 <a href="build.html">Building libvorbisidec</a><br> 00034 <a href="overview.html">API overview</a><br> 00035 <a href="reference.html">API reference</a><br> 00036 <a href="example.html">Example code</a><br> 00037 <a href="diff.html">Tremor / vorbisfile API differences</a><br> 00038 00039 <br><br> 00040 <hr noshade> 00041 <table border=0 width=100%> 00042 <tr valign=top> 00043 <td><p class=tiny>copyright © 2002 Xiph.org</p></td> 00044 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> 00045 </tr><tr> 00046 <td><p class=tiny>Tremor documentation</p></td> 00047 <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> 00048 </tr> 00049 </table> 00050 00051 </body> 00052 00053 </html>