index.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
  5. <title>Ogg Vorbis Documentation</title>
  6. <style type="text/css">
  7. body {
  8. margin: 0 18px 0 18px;
  9. padding-bottom: 30px;
  10. font-family: Verdana, Arial, Helvetica, sans-serif;
  11. color: #333333;
  12. font-size: .8em;
  13. }
  14. a {
  15. color: #3366cc;
  16. }
  17. img {
  18. border: 0;
  19. }
  20. #xiphlogo {
  21. margin: 30px 0 16px 0;
  22. }
  23. #content p {
  24. line-height: 1.4;
  25. }
  26. h1, h1 a, h2, h2 a, h3, h3 a {
  27. font-weight: bold;
  28. color: #ff9900;
  29. margin: 1.3em 0 8px 0;
  30. }
  31. h1 {
  32. font-size: 1.3em;
  33. }
  34. h2 {
  35. font-size: 1.2em;
  36. }
  37. h3 {
  38. font-size: 1.1em;
  39. }
  40. li {
  41. line-height: 1.4;
  42. }
  43. #copyright {
  44. margin-top: 30px;
  45. line-height: 1.5em;
  46. text-align: center;
  47. font-size: .8em;
  48. color: #888888;
  49. clear: both;
  50. }
  51. </style>
  52. </head>
  53. <body>
  54. <div id="xiphlogo">
  55. <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
  56. </div>
  57. <h1>Ogg Vorbis Documentation</h1>
  58. <h2>Vorbis technical discussion documents</h2>
  59. <ul>
  60. <li><a href="vorbis-fidelity.html">Fidelity measurement terminology</a></li>
  61. <li><a href="stereo.html">Vorbis channel coupling and stereo-specific application</a></li>
  62. </ul>
  63. <h2>Ogg Vorbis I specification</h2>
  64. <ul>
  65. <li>Vorbis I specification [<a href="Vorbis_I_spec.html">html</a>]
  66. [<a href="Vorbis_I_spec.pdf">pdf</a>]</li>
  67. <li><a href="v-comment.html">Vorbis comment header specification</a></li>
  68. <li><a href="draft-ietf-avt-rtp-vorbis-06.txt">Embedding Vorbis encoded
  69. audio in an RTP payload format</a></li>
  70. </ul>
  71. <h2>Ogg Vorbis programming documents</h2>
  72. <ul>
  73. <li>Programming with libvorbis</li>
  74. <li><a href="vorbisfile/index.html">Programming with vorbisfile</a></li>
  75. <li><a href="vorbisenc/index.html">Programming with vorbisenc</a></li>
  76. </ul>
  77. <h2>Ogg bitstream documentation</h2>
  78. <ul>
  79. <li><a href="oggstream.html">Ogg bitstream overview</a></li>
  80. <li><a href="framing.html">Ogg logical bitstream and framing spec</a></li>
  81. </ul>
  82. <div id="copyright">
  83. The Xiph Fish Logo is a
  84. trademark (&trade;) of Xiph.Org.<br/>
  85. These pages &copy; 1994 - 2006 Xiph.Org. All rights reserved.
  86. </div>
  87. </body>
  88. </html>