Skip to content

V14.15.2 Issue Fixes

Latest

Choose a tag to compare

@GnollStack GnollStack released this 20 Aug 04:25
· 1 commit to main since this release

The Sound of Silence v14.15.2

This release focuses on reliable playlist transitions. Silence gaps now behave correctly at playlist boundaries, while internal loops begin cleanly without briefly playing the skipped intro.

Bug Fixes

  • #23 — Loop Entire Playlist with silence: A playlist ending with a silence gap now correctly returns to its first real track instead of stopping or selecting the gap itself.
  • #22 — Clean internal-loop starts: With Start from Beginning disabled, playback begins directly at the first loop segment without briefly playing the skipped intro or replacing the original audio instance.
  • Skip-intro starts with fade-in disabled now use a very short de-click envelope, preventing the audible scratch or abrupt start reported in issue #22.

Fixes and Improvements

  • Silence gaps are no longer mistaken for real tracks by Next, Previous, crossfades, preloading, shuffle, playlist recovery, or internal-loop transitions.
  • Manual navigation during silence now cancels the old gap cleanly and cannot trigger a delayed second advance.
  • Final-track silence correctly distinguishes between looping the playlist and stopping it normally.
  • Play All, Stop All, direct track selection, and playback-mode changes now clean up active or stale silence gaps safely.
  • Internal-loop startup now keeps the original Foundry audio instance instead of creating and hard-stopping a replacement.
  • Internal-loop pause and resume preserve the current segment, playback position, and original audio instance.
  • Explicit starts inside a loop segment retain the requested position instead of jumping back to the segment beginning.

Contributions

Big thank you to @LocTheDoor & @wamorosi for reporting both #22 and #23 issues.