Re: [Flac-dev] FLAC Test files

2009-01-27 Thread Rippit the Ogg Frog
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

Re: [Flac-dev] FLAC Test files

2009-01-06 Thread Josh Coalson
--- Daniel Önnerby 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 o

Re: [Flac-dev] FLAC Test files

2008-11-29 Thread rsdio
When you download the full source for FLAC and read the instructions, you'll see that 'make test' will run the test suite. The instructions warn people that this can bring even a good machine to its knees, and it is not recommended for everyone to run it. I have run it because I have subm

Re: [Flac-dev] FLAC Test files

2008-11-02 Thread Brian Willoughby
No, I'm not sure that the test suite produces 'exactly' the files that you're looking for, just that there are some examples of each. It seems that I missed the subtle details of your original request. If you want to specify exactly what you are looking for - e.g. the exact same audio in 8,

Re: [Flac-dev] FLAC Test files

2008-11-02 Thread Daniel Önnerby
I thought the "test" part of the source was like a unit test for the whole FLAC package and not exactly what I was looking for. I'm more interrested in if diffent bit in flac files will still have the right amplitude when I play my files in my implementationn, and if I'm mapping multichannel fi

Re: [Flac-dev] FLAC Test files

2008-11-01 Thread Daniel Önnerby
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

Re: [Flac-dev] FLAC Test files

2008-11-01 Thread Brian Willoughby
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 Önne

[Flac-dev] FLAC Test files

2008-11-01 Thread Daniel Önnerby
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 Ö