Merge branch_beta3 onto the mainline.
[platform/upstream/libvorbis.git] / doc / vorbisfile / index.html
1 <html>
2
3 <head>
4 <title>vorbisfile - Documentation</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
7
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>vorbisfile documentation</p></td>
12 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
13 </tr>
14 </table>
15
16 <h1>VorbisFile Documentation</h1>
17
18 <p>
19 VorbisFile is a stdio-based convenience library for decoding vorbis bitstreams.
20 It is the simplest and quickest way to go from file to raw PCM audio samples--if
21 your decoder doesn't need to read from anything other than a file, use
22 this. This document explains how to use the vorbisfile API in detail.
23 <p>
24 <a href="overview.html">vorbisfile api overview</a><br>
25 <a href="exampleindex.html">vorbisfile example code</a><br>
26 <a href="reference.html">vorbisfile api reference</a><br>
27
28 <br><br>
29 <hr noshade>
30 <table border=0 width=100%>
31 <tr valign=top>
32 <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
33 <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>
34 </tr><tr>
35 <td><p class=tiny>vorbisfile documentation</p></td>
36 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
37 </tr>
38 </table>
39
40 </body>
41
42 </html>