search for: adaptivetime

Displaying 4 results from an estimated 4 matches for "adaptivetime".

2012 Nov 05
2
Questions about FLAC documentation
...people have mentioned some different decoder implementations in this thread including the reference decoder, J-Ogg, and FlacNetLib. > > I'm wondering if you found any other resources that were useful to you. Thanks! > > Serban > > On Oct 6, 2012, at 2:01 AM, Gravis <flac at 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 platform, >> For the most part I'm implementing using just the documentation but >> not all of the documentation i...
2012 Oct 06
0
Questions about FLAC documentation
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 <flac at 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 platform, > For the most part I'm implementing using just the documentation but > not all of the documentation is concise (especiall...
2012 Nov 05
0
Questions about FLAC documentation
...people have mentioned some different decoder implementations in this thread including the reference decoder, J-Ogg, and FlacNetLib. > > I'm wondering if you found any other resources that were useful to you. Thanks! > > Serban > > On Oct 6, 2012, at 2:01 AM, Gravis <flac at 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 platform, >> For the most part I'm implementing using just the documentation but >> not all of the documentation i...
2012 Oct 06
4
Questions about FLAC documentation
I'm implementing a FLAC decoder from scratch (save OGG stuff if I can help it) because libFLAC simply will not fit my embedded platform, For the most part I'm implementing using just the documentation but not all of the documentation is concise (especially about variable sized fields) and after looking at the libFLAC source I find myself befuddled so I thought it best to get the