Closed
Description
Reported by: uklotzde
Date: 2018-04-25T09:30:38Z
Status: Fix Released
Importance: Medium
Launchpad Issue: lp1766834
Tags: soundsource, windows
Successor of https://bugs.launchpad.net/mixxx/+bug/1490580
It turns out that the conversion from stream units (100 ns) to sample frames might be inaccurate due to rounding errors. The calculated position in frames within the stream is sometimes 1 less than the actual position when using StreamUnitConverter::toFrameIndex(), although adding the frame index bias should already account for and prevent this situation.