section_loop 0.1.0
section_loop: ^0.1.0 copied to clipboard
Player-agnostic A-B section looping for audio apps. Loop a named part of a track on any player, with the seek-storm and queue-stall bugs handled.
0.1.0 #
- Initial release.
LoopSection: a named, JSON-serialisable region of a track.SectionLoopEngine: player-agnostic looping driven by position updates, withloopandpauseAtEndbehaviours.- Whole-track ranges are ignored so queue auto-advance keeps working.
- Positions arriving during an in-flight seek are dropped to prevent seek storms.