Mercurial > hg > sv-dependency-builds
comparison src/libvorbis-1.3.3/doc/vorbisfile/index.html @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c7265573341e | 1:05aa0afa9217 |
---|---|
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.3.2 - 20101101</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 © 2000-2010 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.3.2 - 20101101</p></td> | |
44 </tr> | |
45 </table> | |
46 | |
47 </body> | |
48 | |
49 </html> |