On Sun, Dec 23, 2001 at 11:01:18PM +0000, Adrian McMenamin wrote:
On Sunday 23 Dec 2001 6:57 pm, you wrote:
On Sun, Dec 23, 2001 at 01:45:07PM +0000, Adrian McMenamin wrote:
Anybody know of a test suite of MP3s that I could use to try to isolate the problem?
ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg1/compliance/
This page has some test patterns that might be helpful. Good luck.
Thanks for this - but these were still not much good. None played but that might have been for a number of different reasons. All the layer III examples appeared to be MPEG 1s - I really need a range of MPEG 2s as well.
ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/
This has some mpeg 2 test patterns as well. I don't think they were meant to be played, but rather I think they are there to make sure your decoder works properly. Like, you decode the files and compare the output to another decoder that you know works properly. Sorry if this isn't what you were looking for, but I hope it helps.
Hi, I have compiled mad-0.13.0b which went off fine but i am interested in playing with minimad.c. The problem is i can't see how to compile it. I tried 'gcc minimad.c' but it can't find mad.h. How do i tell the compiler how to find all the necessary files? I am using mandrake 8.0.
Thanks.
Gareth wrote:
I have compiled mad-0.13.0b which went off fine but i am interested in playing with minimad.c. The problem is i can't see how to compile it. I tried 'gcc minimad.c' but it can't find mad.h. How do i tell the compiler how to find all the necessary files? I am using mandrake 8.0.
Try: make minimad
In the future, please ask development-related questions on the mad-dev list rather than this one. Thanks.