David <[EMAIL PROTECTED]> writes: > Thanks, but .. hmm guess i'de have to do some modifications for it to work > in win32 .... Yes, sorry; I prefer to develop under Linux. The code could still be used as a guide. Note that while the code works with any audio layer, maduration.c doesn't support MPEG 2 streams; it can only handle MPEG 1. MAD and madtime.c are an improvement in that regard. > and i'm afraid i'm not that handy with c.. .( Hmm, would a translation to Perl be of any help? :-) > and can it handle vbr/abr ? Yes, because it reads the header of every frame, it handles both constant and variable bitrate streams equally well. (While this makes it very accurate, it also makes it slower than a quick calculation based on file size.) -- Rob Leslie [EMAIL PROTECTED] -- MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )
