Srinivasan. C. wrote:
I have some doubt in the block type detection of psychoacoustic module. Are they (Lame code) doing the block type calculation for the current frame or for the next frame. Can anyone explain me the concept behind the block type detection. Is there any IEEE paper or some other material available for this module.
The block type is choosen for both the current granule and the previous one. This is because in some cases, the block type of granule n is depending of the block type of granule n+1.
Ex:
* there is a surge in current block, so it should be short block. Then if previous block was long, it should be changed to start. If previous block was stop, it should be changed to short.
Regards,
-- Gabriel Bouvigne www.mp3-tech.org personal page: http://gabriel.mp3-tech.org _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
