search for: bjote

Displaying 5 results from an estimated 5 matches for "bjote".

2004 Sep 10
0
AW: AW: Incomplete format description?
...- link.de>: >- My implementation seems to decode fixed subframes now, but the lpc >subframes contains nothing but noise, and the bitstream is out of sync after >reading one. The source code I'm using for decoding the lpc subframe is >available here: http://user.cs.tu-berlin.de/~bjote/Subframe.java and the >relevant part starts on line 218. I would appreciate if someone would take a >look at it and see if they find any obvious mistakes (the code should be >quite easy to read). To be more precise, I here have an example of a frame, which I am not able to decode prop...
2004 Sep 10
1
AW: AW: Incomplete format description?
...which might be caused by this. - My implementation seems to decode fixed subframes now, but the lpc subframes contains nothing but noise, and the bitstream is out of sync after reading one. The source code I'm using for decoding the lpc subframe is available here: http://user.cs.tu-berlin.de/~bjote/Subframe.java and the relevant part starts on line 218. I would appreciate if someone would take a look at it and see if they find any obvious mistakes (the code should be quite easy to read). Tor
2004 Sep 10
1
AW: AW: AW: Incomplete format description?
...ll be coded as verbatim frames and periods of complete silence as constant frames? I'll see if I get to run the test-script mentioned, but I am not sure if my Linux installation is working very well. I've made the current version of the decoder available here: http://user.cs.tu-berlin.de/~bjote/Ogg2Wav.jar It has no JMF-bindings yet, only support for Ogg-framed FLAC-files and at least my code for writing the WAV-file only supports 16-bit files, but if someone would like to test it, feel free to do so. The decoder is started like this (Java 1.4 is required): java [-Danalyze=true] -jar Og...
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
3
AW: AW: Incomplete format description?
Torsdag, 23 januar 2003, skrev Miroslav Lichvar <lichvarm@phoenix. inf.upol.cz>: >If input is 16 bit, side channel will be 17 bit (16bit - 16bit is >17bit number). And warmup samples will be (17 - wasted_bits) bit. Voila, this was the source of all my frustration, sync problems and who knows what. My decoder now works correctly for files encoded with the default settings. Are