mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
autotools
dox2-src
help
images
include
lib-src
FileDialog
expat
ffmpeg
id3lib
lame
lib-widget-extra
libflac
libid3tag
libmad
libnyquist
libogg
doc
libogg
Makefile.am
Makefile.in
fish_xiph_org.png
framing.html
index.html
multiplex1.png
ogg-multiplex.html
oggstream.html
packets.png
pages.png
rfc3533.txt
rfc5334.txt
skeleton.html
stream.png
vorbisword2.png
white-ogg.png
white-xifish.png
include
m4
macosx
src
win32
AUTHORS
CHANGES
COPYING
Makefile.am
Makefile.in
README
autotools.patch
compile
config.guess
config.h.in
config.sub
configure
configure.ac
depcomp
install-sh
libogg.spec.in
ltmain.sh
missing
ogg-uninstalled.pc.in
ogg.m4
ogg.pc.in
libresample
libsamplerate
libscorealign
libsndfile
libsoxr
libvamp
libvorbis
lv2
mod-null
mod-nyq-bench
mod-script-pipe
mod-track-panel
portaudio-v19
portburn
portmidi
portmixer
portsmf
sbsms
soundtouch
taglib
twolame
Makefile.am
Makefile.in
audacity-patches.txt
dist-libsoxr.mk
dist-libvamp.mk
dist-portaudio.mk
locale
m4
mac
nyquist
plug-ins
presets
qa
scripts
src
tests
win
ABOUT-NLS
LICENSE.txt
Makefile.am
Makefile.in
README.txt
audacity.dox
configure
configure.ac
po
todo.txt
106 lines
1.8 KiB
HTML
106 lines
1.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
|
|
<title>Ogg Documentation</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0 18px 0 18px;
|
|
padding-bottom: 30px;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #333333;
|
|
font-size: .8em;
|
|
}
|
|
|
|
a {
|
|
color: #3366cc;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
#xiphlogo {
|
|
margin: 30px 0 16px 0;
|
|
}
|
|
|
|
#content p {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
h1, h1 a, h2, h2 a, h3, h3 a {
|
|
font-weight: bold;
|
|
color: #ff9900;
|
|
margin: 1.3em 0 8px 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
li {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
#copyright {
|
|
margin-top: 30px;
|
|
line-height: 1.5em;
|
|
text-align: center;
|
|
font-size: .8em;
|
|
color: #888888;
|
|
clear: both;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="xiphlogo">
|
|
<a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
|
|
</div>
|
|
|
|
<h1>Ogg Documentation</h1>
|
|
|
|
<h2>Ogg programming documentation</h2>
|
|
|
|
<ul>
|
|
<li><a href="libogg/index.html">Programming with ogg</a></li>
|
|
</ul>
|
|
|
|
<h2>Ogg bitstream documentation</h2>
|
|
|
|
<ul>
|
|
<li><a href="oggstream.html">Ogg bitstream overview</a></li>
|
|
<li><a href="framing.html">Ogg bitstream framing</a></li>
|
|
<li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li>
|
|
<li><a href="skeleton.html">The Ogg Skeleton Metadata Bitstream</a></li>
|
|
</ul>
|
|
|
|
<h2>RFC documentation</h2>
|
|
|
|
<ul>
|
|
<li><a href="rfc3533.txt">rfc3533: The Ogg Encapsulation Format Version 0</a></li>
|
|
<li><a href="rfc5334.txt">rfc5334: Ogg Media Types</a></li>
|
|
</ul>
|
|
|
|
<div id="copyright">
|
|
The Xiph Fish Logo is a
|
|
trademark (™) of Xiph.Org.<br/>
|
|
|
|
These pages © 1994 - 2010 Xiph.Org. All rights reserved.
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|