search for: efsl

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

Did you mean: efs
2006 Mar 22
1
ARM7 Speex decoder
...specified number (nbBytes) of bytes from the .ogg file and store it in cbits, nothing else lb = file_read(&file, nbBytes, (void *)cbits); Unfortunately I have only 32K (first section) + 8 (second section) = 40 Kbyte of RAM to do all, including the file system management (I get the FS from the EFSL project). Speex requires more or less 18600 byte for the heap (I don't like to have malloc function in my code ...) and the remaining space of the 32Kbyte of RAM is used for the speex variables and for the EFS library. I have only a few bytes to complete the first 32Kbyte section, Regarding t...