You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Waveform analysis always stops at the same position:
Warning [AnalyzerQueue 1]: AnalyzerQueue - Aborting analysis after failed to read sample data from "C:/Users/uk/Music/Mixxx Library/DHT - True love (Makina Mix) - bad.m4a" : expected frames = [1323008 -> 1327104) , actual frames = [11156506 -> 11156506)
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.
The text was updated successfully, but these errors were encountered: