::  
::      another thing that does not work:
::      
::      lame -b640 --freeformat -g fatboy.wav fatboy.mp3
::      fatal error.  MAXFRAMESIZE not large enough.
::  
::      in mpg123.h MAXFRAMESIZE is defined as 1792, but a 32 kHz 640 kps MP3
::      consists of 2880 bytes per frame (2090 at 44.1 kHz, 1920 at 48 kHz).
::      Changing this seems to trigger another BUG somewhere:
::      LAME stops with: Only 8 and 16 bit input files supported   ????
::  
::              1792*8 = 14336 bits, 
::              1920*8 = 15360 bits, 
::              2090*8 = 16720 bits, more than 32767/2, reason for BUG?
::              2880*8 = 23040 bits, more than 32767/2, reason for BUG?
::  
::      I haven't looked deeper at this, I had no time yet :-(.
::  
test this also with --noshort.
--decoder crashs on larger data rates and --noshort.

-- 
Mit freundlichen Grüßen
Frank Klemm
 
eMail | [EMAIL PROTECTED]       home: [EMAIL PROTECTED]
phone | +49 (3641) 64-2721    home: +49 (3641) 390545
sMail | R.-Breitscheid-Str. 43, 07747 Jena, Germany

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to