Enter MP3 filename:

MP3-files in current dir:
not_accessible.mp3
badfile.mp3

Please see Brian Wallace' for a better analysis tool: http://sourceforge.net/projects/mpeg-database/
According to Wallace there's a bug in the framesync detection:
You need to ensure n=(ord)255 and n+1>=(ord)224
An ord >= 224 (128+64+32)=224 ensures that the binary expression has at least 8 bits in it and the
first three high order bits are set (i.e. 1)  for examle n=(ord)255 & n+1=(ord)=225  the binary
would be:
      11111111   11100001 ==  sync detected...  continue
Thanks for the hint, Wallace. Sorry, I don't have the time to fix this right now.

View PHP source anyway: fancy | plain
You cannot download the mp3 files. Although they where taken from IUMA and similar websites, I am not sure they are free. Sorry, but given the way the music industry behaves...