Skip to content

v0.5.2

Latest
Compare
Choose a tag to compare
@timdubbins timdubbins released this 20 Jul 22:06
· 5 commits to master since this release

Fix #13 - switch to Crossterm backend
Optimise the draw code:

  • Event driven redraws for FinderView
  • Reduced frame rate and caching for PlayerView

Bug fixes:

  • Create a new sink when stopping an audio stream to ensure it is emptied. Clone the stream with Arc between instances. Creating a new sink is cheap and ensures the sink is cleared when we expect it to be. This fixes a race condition (non-deterministic) when toggling random / shuffle modes