search for: nnerbi

Displaying 4 results from an estimated 4 matches for "nnerbi".

Did you mean: nnerby
2008 Nov 02
2
FLAC Test 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
2008 Nov 02
1
FLAC Test files
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 submitted an installer package for Mac OS X, and it seemed prudent to take the time to test
2008 Nov 01
4
FLAC Test files
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
2008 Nov 02
0
FLAC Test files
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 files to the right speakers is done corrently in my implementation. But what