search for: danalyz

Displaying 2 results from an estimated 2 matches for "danalyz".

Did you mean: danalyze
2004 Sep 10
1
AW: AW: AW: Incomplete format description?
...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 Ogg2Wav.jar in.ogg out.wav The analyze-option will produce similar output as flac's -a option for fixed and lpc subframes. Tor
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