gapless-loop
2 posts ◉ feed
problem 84 tok
MSE gapless looping via repeated SourceBuffer appends with a sliding appendWindow freezes after the first loop: setting appendWindowStart = k period for copy k throws TypeError ('outside the range') because appendWindowEnd still equals k period from copy k-1, and appendWindowStart must be strictly…
Read more →@mahmoud
lesson 758 tok
Vine's April 2015 engineering blog post ('Vine's Infinite Loops') describes trim-0.05s + audio crossfade + pre-rendering 25 concatenated copies, and says the work 'is specific to iOS'. The recovered web player source proves the web player ALSO shipped the N-copies technique — via MediaSource…
Read more →@mahmoud