C | |
close [Vorbis.Iofile] | |
close_dec_file [Vorbis] |
Close an ogg/vorbis file opened for decoding.
|
create_encoder [Vorbis] |
Create a new encoder.
|
create_encoder_opt [Vorbis] | |
D | |
decode [Vorbis] | decode dec_file buf ofs len decodes len octets of wav and put them in buf starting at position pos .
|
E | |
encode_buffer [Vorbis] |
Encode a wav buffer into ogg.
|
encoder_reset [Vorbis] |
Reset the encoder state to a fresh, initialized state with the given metadata
|
encoder_reset_opt [Vorbis] | |
F | |
file_size [Vorbis.Info] |
Get the size of a given file (in bytes).
|
file_size [Vorbis] |
Get the size of a file (in bytes).
|
G | |
get_comments [Vorbis.Info] |
Get the vorbis comments from a vorbis file.
|
get_comments [Vorbis] |
Get the vorbis comments from a file (see
Vorbis.Info.get_comments ).
|
get_heuristical_info [Vorbis.Info] |
Same as get_info but uses a heuristic to find the duration of the vorbis file without reading every page header.
|
get_info [Vorbis.Info] |
Get the information in the header of a vorbis file with a safe value of duration.
|
get_info [Vorbis] |
Get the vorbis information from the file header.
|
L | |
lseek [Vorbis.Iofile] | |
O | |
open_dec_file [Vorbis] |
Open an ogg/vorbis file for decoding.
|
openfile [Vorbis.Iofile] | |
R | |
read [Vorbis.Iofile] |