> 
> Does anybody know why the Hann window defined by :
>   window[i] =0.5*(1-cos(2.0*pi*(i-0.5)/BLKSIZE));
> in the ISO doc became
>   window[i] =0.5*(1-cos(2.0*pi*(i+0.5)/BLKSIZE));
> in LAME ?
> 
> Lionel
> --

In the ISO docs, i=1..1024, code uses normal C convention:  i=0..1023

Leonid found and fixed this bug last august.

Mark

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

Reply via email to