4) Fixed bug in peak level measurement in verification log: it now produces exactly the same values as EAC

5) Verification speedup for albums with many short tracks
This commit is contained in:
chudov
2010-04-19 08:27:37 +00:00
parent 80fe7def42
commit 8a36121577
2 changed files with 158 additions and 52 deletions

View File

@@ -792,7 +792,7 @@ namespace CUETools.AccurateRip
CRCWONULL(iTrack),
inLog,
extra,
((iTrack == 0 ? PeakLevel() : PeakLevel(iTrack)) * 1000 / 65535) * 0.1);
((iTrack == 0 ? PeakLevel() : PeakLevel(iTrack)) * 1000 / 65534) * 0.1);
}
}
}