> -----Ursprungliche Nachricht----- > Von: Josh Coalson > > Miroslav's suggestion is the best right now. I probably should > hand-craft a stream that exercises a decoder as much as possible.
I've already tested my decoder with the options -0 to -8 and it works, but the streams doesn't contain any verbatim or constant subframes. I guess this depends heavily on the input file. Unpredictable noise will 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 Ogg2Wav.jar in.ogg out.wav The analyze-option will produce similar output as flac's -a option for fixed and lpc subframes. Tor ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
