I think for Layer I it's 384.

----- Original Message ----- 
From: "Mark Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 18, 2000 9:57 PM
Subject: Re: [MP3 ENCODER] mpglib layer I/II decoding


> 
> The mpglib/mpg123 routine is supposed to return only 1 frame
> of data.  1 frame = 1152 samples MPEG1 layer 3, 576 samples MPEG2 layer3,
> and (not-very-good) the check looks like this:
> 
> 
>     if ((outsize!=576) && (outsize!=1152)) {
>       fprintf(stderr,"Oops: mpg123 returned more than one frame!  Cant handle 
>this... \n");
>     }
> 
> For layer I, what is the frame size?   I think 1024, which is why
> is triggers this message?
> 
> 
> Mark

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

Reply via email to