View Single Post
Old 09-29-2019, 06:51 PM   #12
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,812
Default

Quote:
Originally Posted by juliansader View Post
As soon as "Min slice length" is increased above the smallest slice length, it seems that some transients are skipped, even though they are further away from the previous transient than the minimum length.
The algorithm looks for strongest transients to base the minimum split length off of, because for example you wouldn't want one weak transient near the beginning of the content to throw off a set of regular, strong transients. In this contrived example, all of the transients are the equivalent, so the ordering ends up being random. We'll adjust this so that splits of roughly the same value are ordered by time.
schwa is offline   Reply With Quote