1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html> 3<head> 4 5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/> 6<title>Ogg Vorbis Documentation</title> 7 8<style type="text/css"> 9body { 10 margin: 0 18px 0 18px; 11 padding-bottom: 30px; 12 font-family: Verdana, Arial, Helvetica, sans-serif; 13 color: #333333; 14 font-size: .8em; 15} 16 17a { 18 color: #3366cc; 19} 20 21img { 22 border: 0; 23} 24 25#xiphlogo { 26 margin: 30px 0 16px 0; 27} 28 29#content p { 30 line-height: 1.4; 31} 32 33h1, h1 a, h2, h2 a, h3, h3 a { 34 font-weight: bold; 35 color: #ff9900; 36 margin: 1.3em 0 8px 0; 37} 38 39h1 { 40 font-size: 1.3em; 41} 42 43h2 { 44 font-size: 1.2em; 45} 46 47h3 { 48 font-size: 1.1em; 49} 50 51li { 52 line-height: 1.4; 53} 54 55#copyright { 56 margin-top: 30px; 57 line-height: 1.5em; 58 text-align: center; 59 font-size: .8em; 60 color: #888888; 61 clear: both; 62} 63</style> 64 65</head> 66 67<body> 68 69<div id="xiphlogo"> 70 <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a> 71</div> 72 73<h1>Ogg Vorbis Documentation</h1> 74 75<h2>Vorbis technical discussion documents</h2> 76<ul> 77<li><a href="vorbis-fidelity.html">Fidelity measurement terminology</a></li> 78<li><a href="stereo.html">Vorbis channel coupling and stereo-specific application</a></li> 79</ul> 80 81<h2>Ogg Vorbis I specification</h2> 82 83<ul> 84<li>Vorbis I specification [<a href="Vorbis_I_spec.html">html</a>] 85 [<a href="Vorbis_I_spec.pdf">pdf</a>]</li> 86<li><a href="v-comment.html">Vorbis comment header specification</a></li> 87<li><a href="rfc5215.txt">Embedding Vorbis encoded 88audio in an RTP payload format</a></li> 89</ul> 90 91<h2>Ogg Vorbis programming documents</h2> 92 93<ul> 94<li>Programming with libvorbis</li> 95<li><a href="vorbisfile/index.html">Programming with vorbisfile</a></li> 96<li><a href="vorbisenc/index.html">Programming with vorbisenc</a></li> 97</ul> 98 99<h2>Ogg bitstream documentation</h2> 100 101<ul> 102<li><a href="oggstream.html">Ogg bitstream overview</a></li> 103<li><a href="framing.html">Ogg logical bitstream and framing spec</a></li> 104</ul> 105 106<div id="copyright"> 107 The Xiph Fish Logo is a 108 trademark (™) of Xiph.Org.<br/> 109 110 These pages © 1994 - 2006 Xiph.Org. All rights reserved. 111</div> 112 113</body> 114</html> 115