search for: ivorbiscodec

Displaying 2 results from an estimated 2 matches for "ivorbiscodec".

2005 Jan 31
2
Questions regarding OGG implementation on DSP
As to tremor fixed-point implementation, i got several questions, and hopefully some one can help me out. Thanks a lot! 1. For DSP chips with small and limited memory, how much memory do we really need for saving all codebooks before we start to decode audio packets? Can the bit-rate give us some clues? Is there some simple guidelines for this? 2. For CRC error protection, it seems to me that
2006 Oct 09
1
Vorbis primitive API examples (LONG)
...of the pages. * It will happily read all pages of even concatenated ogg streams. * It writes nothing out. It is meant as a basic skeleton to * demonstrate how to cope with the ogg2 included in tremor. */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "ivorbiscodec.h" #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */ #include <io.h> #include <fcntl.h> #endif #if defined(__MACOS__) && defined(__MWERKS__) #include <console.h> /* CodeWarrior's Mac "command-line" support */ #endif #def...