search for: vorbisdecoder

Displaying 1 result from an estimated 1 matches for "vorbisdecoder".

Did you mean: vorbis1decoder
2006 Aug 31
0
OpenAl and Vorbis
Hello! My name is Lars Quentmeier and I'm trying to write a theora-player. Video is already showing up, but unfortunately I can't get my Vorbis-Decoder to work correctly. Could you perhaps help me? My decoding function looks like this: int VorbisDecoder::getAudioData(char* audiobuf, int fragsize){ // single audio fragment audio buffering bool audiobufReady = false; int size=0; int audiobufFill = 0; while(!audiobufReady){ //1)try to decode some data while(!audiobufReady){ float **pcm; //if there's pending, decoded audio, g...