search for: flac__symmetric_rice

Displaying 3 results from an estimated 3 matches for "flac__symmetric_rice".

2004 Sep 10
1
AW: AW: Incomplete format description?
...he Nachricht----- > Von: Josh Coalson > > yes, I will probably get to it soon after the release. > the encoding side is pretty convoluted but for decoding, > src/libFLAC/stream_decoder.c:read_residual_partitioned_rice_() > should be pretty straightforward once you ignore the > FLAC__SYMMETRIC_RICE stuff (which is not used). feel free to > ask questions about it here. Yes, I did find that part after tracing through the code, and I already have a few questions. - I am right, that the FLAC__bitbuffer_read_rice_signed_block method is doing the same as I would have achieved by filling the a...
2004 Sep 10
2
AW: Incomplete format description?
> -----Ursprungliche Nachricht----- > Von: Josh Coalson > > --- Tor-Einar Jarnbjo <Tor-Einar_Jarnbjo@grosch-link.de> wrote: > > Hi, > > > > have I just overseen a link, or is the format description on > > http://flac.sourceforge.net/format.html lacking information on how to > > actually decode the residual partitions to PCM sample data? > > you
2004 Sep 10
0
AW: Incomplete format description?
...; implementation and pointer-shuffling is not very easy to understand. yes, I will probably get to it soon after the release. the encoding side is pretty convoluted but for decoding, src/libFLAC/stream_decoder.c:read_residual_partitioned_rice_() should be pretty straightforward once you ignore the FLAC__SYMMETRIC_RICE stuff (which is not used). feel free to ask questions about it here. > The reason I am asking is, that I've started to implement a FLAC > decoder for > the Java Media Framework cool, that was on my TODO list but way way down. I'm glad you're doing it :) Josh ____________...