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