Displaying 2 results from an estimated 2 matches for "oggvorbisfile".
Did you mean:
oggvorbis_file
2003 Feb 27
1
ov_open from memory
Hi folks,
i would like to know if it is valid to load a whole .ogg file into memory
and call ov_open like this:
ov_open(NULL, &OggVorbisFile, pRawData, RawDataLen);
An other question is, is it valid to copy some ogg files into one (resource)
file, position the filehandle and use ov_read to read only the ogg file
which starts at the current position of the file handle? (In other words,
does ov_read return 0 only if the end of file is rea...
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list;
I'm having some difficulty with the python libraries for extracting
comment/header info out of Ogg files... Would somebody more
experienced than me offer some advice?
I'm working on expanding a Python/Zope product for dealing with MP3
files so that it can also handle a spectrum of other file-formats
including Ogg-Vorbis. Initially we will be storing all of our media