Displaying 1 result from an estimated 1 matches for "replaygainfilt".
Did you mean:
replaygainfilter
2015 Jul 04
1
[PATCH] unnecessary assignment
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rg_analysis_assignment.patch
Type: application/octet-stream
Size: 581 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20150704/cd5e...