Displaying 1 result from an estimated 1 matches for "wloggvorbisdecodermodul".
Did you mean:
wloggvorbisdecodermodule
2001 Apr 29
1
ogg vorbis decoding
...g module for use in
winlame (a LAME frontend), and I have some questions:
To do a decoder I used most code in decoder_example.c, but I think
there is something missing. I would be glad if someone could look at
this code:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp
and
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.h
Secondly, how can I find out the rough number of
samples/pages/something else a ogg vorbis file has? I want to compute
a percentage of the file done (for a progress meter) during decod...