Re: [flac-dev] Questions about FLAC documentation

2012-12-12 Thread Gravis
If you only have a C compiler then you were doomed to start with. :P On Sat, Oct 6, 2012 at 5:04 AM, Ivailo Karamanolev ivail...@gmail.com wrote: If you only have a C compiler, how can you compile the C++ code to put a C frontend on it? On Sat, Oct 6, 2012 at 2:01 AM, Gravis

Re: [flac-dev] Questions about FLAC documentation

2012-12-12 Thread Gravis
FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu giur...@gmail.com wrote: Hi, Gravis. I'm

Re: [flac-dev] Questions about FLAC documentation

2012-11-04 Thread Gravis
FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu giur...@gmail.com wrote: Hi, Gravis. I'm

Re: [flac-dev] Questions about FLAC documentation

2012-11-04 Thread Serban Giuroiu
Great. Thanks! Serban On Nov 4, 2012, at 8:34 PM, Gravis f...@adaptivetime.com wrote: FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis

Re: [flac-dev] Questions about FLAC documentation

2012-10-06 Thread Ivailo Karamanolev
If you only have a C compiler, how can you compile the C++ code to put a C frontend on it? On Sat, Oct 6, 2012 at 2:01 AM, Gravis f...@adaptivetime.com wrote: I'm implementing a FLAC decoder from scratch (save OGG stuff if I can help it) because libFLAC simply will not fit my embedded

Re: [flac-dev] Questions about FLAC documentation

2012-10-06 Thread Tor-Einar Jarnbjo
Am 06.10.2012 11:01, schrieb Gravis: In FRAME_HEADER there is a field of a variable size field with the description if(variable blocksize) \n 8-56 : 'UTF-8' coded sample number (decoded number is 36 bits) and I find the encoding scheme is somehow alien (I can't figure out what it has to do

Re: [flac-dev] Questions about FLAC documentation

2012-10-06 Thread Pierre-Yves Thoulon
I've implemented a full decoder in c# from the textual description and minimal access to the reference code. I think I had to do some research on Rice coding, though. The code is available at http://www.mjuware.com if that's of any help. Pyt. On 6 oct. 2012, at 15:33, Tor-Einar Jarnbjo