lvqcl wrote:

> another small bug: in src\share\replaygain_analysis\replaygain_analysis.c
> 
> there are two assignments to sampleWindow:
> 
>      sampleWindow = (int) ceil ((double)samplefreq * (double)RMS_WINDOW_TIME 
> / 1000.0);
>      sampleWindow =
>          (replaygainfilter->rate * RMS_WINDOW_TIME + 1000-1) / 1000;

Applied. Thanks.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to