Hi all! I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and need to test if everything is working. I was wondering if there are any FLAC test files to download? I'm looking for files with diffent kind of bits (8,16,24 etc) and examples of multichannel files. Best regards Daniel ?nnerby
Daniel, have you looked at the test suite for FLAC? I believe that there are test files there, or perhaps the test suite creates them on the fly. Either way, you should be able to get some basic tests of your player. Brian Willoughby Sound Consulting On Nov 1, 2008, at 03:24, Daniel ?nnerby wrote: I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and need to test if everything is working. I was wondering if there are any FLAC test files to download? I'm looking for files with diffent kind of bits (8,16,24 etc) and examples of multichannel files.
a test suite for FLAC would be great, but where do I find it? (I'm sorry if this might be obvious to everyone else, but I can't seem to find anything) Brian Willoughby wrote:> Daniel, have you looked at the test suite for FLAC? I believe that > there are test files there, or perhaps the test suite creates them on > the fly. Either way, you should be able to get some basic tests of > your player. > > Brian Willoughby > Sound Consulting > > > On Nov 1, 2008, at 03:24, Daniel ?nnerby wrote: > I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and need > to test if everything is working. > I was wondering if there are any FLAC test files to download? > I'm looking for files with diffent kind of bits (8,16,24 etc) and > examples of multichannel files. >
--- Daniel ?nnerby <doep at onnerby.se> wrote:> Hi all! > > I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and > need > to test if everything is working. > I was wondering if there are any FLAC test files to download? > I'm looking for files with diffent kind of bits (8,16,24 etc) and > examples of multichannel files.the test suite makes a bunch of them. some are generated by programs in src/test_* that must be compiled. some are generated by the test suite in test/ since this gets asked from time to time, I created this request that you can monitor: https://sourceforge.net/tracker2/?func=detail&aid=2491167&group_id=13478&atid=363478
In your infinite free time, I'd like to suggest the creation of some non-compliant test files, to ensure that the code can handle them properly. One reason is that specially-crafted binary files of various sorts have appeared in the wild, that can cause buffer overflows and 0wnz0r3d your box. I remember that this happened with JPEG and Windows Metafiles specifically. Rippit the Ogg Frog rippit at oggfrog.com http://www.oggfrog.com/