1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-09 16:13:41 +02:00
Files
.github
cmake-proxies
dox2-src
help
images
include
lib-src
expat
ffmpeg
header-substitutes
lame
libflac
libid3tag
libmad
libnyquist
libogg
libsbsms
libscorealign
libsndfile
libsoxr
libvamp
libvorbis
doc
libvorbis
vorbisenc
vorbisfile
Makefile.am
Makefile.in
OggVorbis_File.html
callbacks.html
chaining_example_c.html
chainingexample.html
crosslap.html
datastructures.html
decoding.html
example.html
exampleindex.html
fileinfo.html
index.html
initialization.html
ov_bitrate.html
ov_bitrate_instant.html
ov_callbacks.html
ov_clear.html
ov_comment.html
ov_crosslap.html
ov_fopen.html
ov_info.html
ov_open.html
ov_open_callbacks.html
ov_pcm_seek.html
ov_pcm_seek_lap.html
ov_pcm_seek_page.html
ov_pcm_seek_page_lap.html
ov_pcm_tell.html
ov_pcm_total.html
ov_raw_seek.html
ov_raw_seek_lap.html
ov_raw_tell.html
ov_raw_total.html
ov_read.html
ov_read_filter.html
ov_read_float.html
ov_seekable.html
ov_serialnumber.html
ov_streams.html
ov_test.html
ov_test_callbacks.html
ov_test_open.html
ov_time_seek.html
ov_time_seek_lap.html
ov_time_seek_page.html
ov_time_seek_page_lap.html
ov_time_tell.html
ov_time_total.html
overview.html
reference.html
seekexample.html
seeking.html
seeking_example_c.html
seeking_test_c.html
seekingexample.html
style.css
threads.html
vorbisfile_example_c.html
01-introduction.tex
02-bitpacking.tex
03-codebook.tex
04-codec.tex
05-comment.tex
06-floor0.tex
07-floor1.tex
08-residue.tex
09-helper.tex
10-tables.tex
Doxyfile.in
Makefile.am
Makefile.in
Vorbis_I_spec.cfg
Vorbis_I_spec.tex
a1-encapsulation-ogg.tex
a2-encapsulation-rtp.tex
components.png
eightphase.png
evenlsp.png
fish_xiph_org.png
floor1-1.png
floor1-2.png
floor1-3.png
floor1-4.png
floor1_inverse_dB_table.html
floorval.png
footer.tex
fourphase.png
framing.html
helper.html
hufftree-under.png
hufftree.png
index.html
lspmap.png
oddlsp.png
oggstream.html
programming.html
residue-pack.png
residue2.png
rfc5215.txt
rfc5215.xml
squarepolar.png
stereo.html
stream.png
v-comment.html
vorbis-clip.txt
vorbis-errors.txt
vorbis-fidelity.html
vorbis.html
vorbisword2.png
wait.png
white-xifish.png
window1.png
window2.png
xifish.pdf
examples
include
lib
m4
macos
macosx
symbian
test
vq
win32
AUTHORS
CHANGES
COPYING
Makefile.am
Makefile.in
README
autogen.sh
autotools.patch
compile
config.guess
config.h.in
config.sub
configure
configure.ac
depcomp
install-sh
libvorbis.spec.in
local-libogg.patch
ltmain.sh
missing
no-docs-examples.patch
todo.txt
vorbis-uninstalled.pc.in
vorbis.m4
vorbis.pc.in
vorbisenc-uninstalled.pc.in
vorbisenc.pc.in
vorbisfile-uninstalled.pc.in
vorbisfile.pc.in
lv2
portaudio-v19
portburn
portmidi
portmixer
portsmf
soundtouch
sqlite
twolame
audacity-patches.txt
linux
locale
mac
modules
nyq-po
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitattributes
.gitignore
ABOUT-NLS
CHANGELOG.txt
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL
LICENSE.txt
PULL_REQUEST_TEMPLATE.md
README.md
README.txt
audacity.dox
audacity.dox.in
nographs.dox
todo.txt
audacity/lib-src/libvorbis/doc/vorbisfile/reference.html
2013-10-24 18:24:47 +00:00

87 lines
3.1 KiB
HTML

<html>
<head>
<title>Vorbisfile API Reference</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
</tr>
</table>
<h1>Vorbisfile API Reference</h1>
<p>
<b>Data Structures</b><br>
<a href="OggVorbis_File.html">OggVorbis_File</a><br>
<a href="ov_callbacks.html">ov_callbacks</a><br>
<br>
<b>Data Structures from <a href="../libvorbis/index.html">libvorbis</a></b><br>
<a href="../libvorbis/vorbis_comment.html">vorbis_comment</a><br>
<a href="../libvorbis/vorbis_info.html">vorbis_info</a><br>
<br>
<b>Setup/Teardown</b><br>
<a href="ov_fopen.html">ov_fopen()</a><br>
<a href="ov_open.html">ov_open()</a><br>
<a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
<a href="ov_clear.html">ov_clear()</a><br>
<a href="ov_test.html">ov_test()</a><br>
<a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
<a href="ov_test_open.html">ov_test_open()</a><br>
<br>
<b>Decoding</b><br>
<a href="ov_read.html">ov_read()</a><br>
<a href="ov_read_float.html">ov_read_float()</a><br>
<a href="ov_read_filter.html">ov_read_filter()</a><br>
<a href="ov_crosslap.html">ov_crosslap()</a><br>
<br>
<b>Seeking</b><br>
<a href="ov_raw_seek.html">ov_raw_seek()</a><br>
<a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
<a href="ov_time_seek.html">ov_time_seek()</a><br>
<a href="ov_pcm_seek_page.html">ov_pcm_seek_page()</a><br>
<a href="ov_time_seek_page.html">ov_time_seek_page()</a><p>
<a href="ov_raw_seek_lap.html">ov_raw_seek_lap()</a><br>
<a href="ov_pcm_seek_lap.html">ov_pcm_seek_lap()</a><br>
<a href="ov_time_seek_lap.html">ov_time_seek_lap()</a><br>
<a href="ov_pcm_seek_page_lap.html">ov_pcm_seek_page_lap()</a><br>
<a href="ov_time_seek_page_lap.html">ov_time_seek_page_lap()</a><br>
<br>
<b>File Information</b><br>
<a href="ov_bitrate.html">ov_bitrate()</a><br>
<a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
<a href="ov_streams.html">ov_streams()</a><br>
<a href="ov_seekable.html">ov_seekable()</a><br>
<a href="ov_serialnumber.html">ov_serialnumber()</a><br>
<a href="ov_raw_total.html">ov_raw_total()</a><br>
<a href="ov_pcm_total.html">ov_pcm_total()</a><br>
<a href="ov_time_total.html">ov_time_total()</a><br>
<a href="ov_raw_tell.html">ov_raw_tell()</a><br>
<a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
<a href="ov_time_tell.html">ov_time_tell()</a><br>
<a href="ov_info.html">ov_info()</a><br>
<a href="ov_comment.html">ov_comment()</a><br>
<br>
<b><a href="../libvorbis/return.html">Return Codes</a> (from <a href="../libvorbis/index.html">libvorbis</a>)</b><br>
<br><br>
<hr noshade>
<table border=0 width=100%>
<tr valign=top>
<td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
</tr><tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
</tr>
</table>
</body>
</html>