Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/doc/vorbisfile/index.html @ 168:ceec0dd9ec9c
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 <html> |
cannam@86 | 2 |
cannam@86 | 3 <head> |
cannam@86 | 4 <title>Vorbisfile - Documentation</title> |
cannam@86 | 5 <link rel=stylesheet href="style.css" type="text/css"> |
cannam@86 | 6 </head> |
cannam@86 | 7 |
cannam@86 | 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> |
cannam@86 | 9 <table border=0 width=100%> |
cannam@86 | 10 <tr> |
cannam@86 | 11 <td><p class=tiny>Vorbisfile documentation</p></td> |
cannam@86 | 12 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td> |
cannam@86 | 13 </tr> |
cannam@86 | 14 </table> |
cannam@86 | 15 |
cannam@86 | 16 <h1>Vorbisfile Documentation</h1> |
cannam@86 | 17 |
cannam@86 | 18 <p> |
cannam@86 | 19 |
cannam@86 | 20 The Vorbisfile library provides a convenient high-level API for |
cannam@86 | 21 decoding and basic manipulation of all Vorbis I audio streams. |
cannam@86 | 22 Libvorbisfile is implemented as a layer on top of Xiph.Org's reference |
cannam@86 | 23 libogg and libvorbis libraries.<p> |
cannam@86 | 24 |
cannam@86 | 25 Vorbisfile can be used along with any ANSI compliant stdio implementation |
cannam@86 | 26 for file/stream access, or use custom stream i/o routines provided by |
cannam@86 | 27 the embedded environment. Both uses are described in detail in this |
cannam@86 | 28 documentation. |
cannam@86 | 29 |
cannam@86 | 30 <p> |
cannam@86 | 31 <a href="overview.html">API overview</a><br> |
cannam@86 | 32 <a href="reference.html">API reference</a><br> |
cannam@86 | 33 <a href="exampleindex.html">Code Examples</a><br> |
cannam@86 | 34 |
cannam@86 | 35 <br><br> |
cannam@86 | 36 <hr noshade> |
cannam@86 | 37 <table border=0 width=100%> |
cannam@86 | 38 <tr valign=top> |
cannam@86 | 39 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td> |
cannam@86 | 40 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> |
cannam@86 | 41 </tr><tr> |
cannam@86 | 42 <td><p class=tiny>Vorbisfile documentation</p></td> |
cannam@86 | 43 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td> |
cannam@86 | 44 </tr> |
cannam@86 | 45 </table> |
cannam@86 | 46 |
cannam@86 | 47 </body> |
cannam@86 | 48 |
cannam@86 | 49 </html> |