> > Hi all, > > I need to know exact time slices lengths (in bytes) for MPEG layers. For > example 44,1kHz MP3 has time slice cca 4ms for short frame. > > MPEG1 L3 short > MPEG1 L3 long > MPEG1 L2 > MPEG1 L1 > MPEG2 L3 short > MPEG2 L3 long > MPEG2 L2 > MPEG2 L1 > > Many thanks Jaroslav Lukesh
The framesizes are always fixed: for MPEG1 L3, it's 576 samples for long blocks, 192 for short blocks. So to get the length just devide the number of samples by the samplerate. I'm not sure, but I believe MPEG1 L1 and L2 only has frames of 1024 samples. Mark _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
