Index of values


B
bitrate [Vorbis.Decoder]
Get the bitrate of a bitsream.
bitstream [Vorbis.Decoder]
Get the index of the sequential logical bitstream currently being decoded (incremented at chaining boundaries even for non-seekable streams).

C
close [Vorbis.Decoder]
Close a decoder.
comments [Vorbis.Decoder]
Get the vorbis comments from a vorbis file.
create [Vorbis.Decoder]
create read_func seek_func close_func tell_func params opens a stream like openfile for decoding but callbacks are used to manipulate the data.
create [Vorbis.Encoder]
create chans rate max_br nom_br min_br creates a new encoder with chans channels, with sample rate rate Hz and with respectively max_br, nom_br and min_br as maximal, nominal and minimal bitrates.
create_vbr [Vorbis.Encoder]
create_vbr chans rate quality creates a new encoder in variable bitrate with chans channels, with sample rate rate Hz and with quality quality, which should be between -1 and 1 (1 is the best).

D
decode [Vorbis.Decoder]
Same as decode_float but decodes to integers.
decode_float [Vorbis.Decoder]
decode_float dec buff ofs len decodes len samples in each channel and puts the result in buff starting at position ofs.
decode_float_alloc [Vorbis.Decoder]
duration [Vorbis.Decoder]
Get the duration in seconds of a bitstream.

E
encode_buffer_float [Vorbis.Encoder]
Encode a buffer of PCM data.
end_of_stream [Vorbis.Encoder]

H
headerout [Vorbis.Encoder]
Encode a header given a list of tags.

I
info [Vorbis.Decoder]
Get the vorbis information from the stream header of a bitstream.

O
openfile [Vorbis.Decoder]
Open a vorbis file for decoding.
openfile_with_fd [Vorbis.Decoder]

R
reset [Vorbis.Encoder]

S
samples [Vorbis.Decoder]
Get the total pcm samples of a bitstream.
serialnumber [Vorbis.Decoder]
Get the serial number of a bitstream.
streams [Vorbis.Decoder]
Get the number of logical bitstreams within a physical bitstream.

T
tags [Vorbis]
Create a list of vorbis tags.