mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user