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
There are 2 overlapping segments, one at the beginning, and one at the end. To illustrate:
[===A===]
[===B===]
When playback arrives at the beginning of A, it skips to end of A instead of end of B.
When fixing this, please don't just detect overlaps, but also segments that are closer than let's say half a second to each other, and skip past that gap as well.