Skip to content

v0.2.0 — Audio quality, smooth seeking, clean shutdown

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:44
· 3 commits to main since this release

Quality-of-life release focused on how it sounds and how it stops.

🎧 Audio quality

  • Full float (32-bit) playback path — ReplayGain, the music-volume mixer, and resampling now all happen in float, so there's no 16-bit truncation. Highs are smoother and quieter passages are cleaner.
  • High-quality resampler (soxr "very high") — 44.1 kHz music is now upsampled to the Deck's native 48 kHz with a proper resampler instead of MPD's basic internal one, removing harsh/aliased highs.

⏩ Playback

  • Seeking no longer garbles — dragging the progress bar holds the position and makes one clean jump when you let go, instead of stuttering through the track.

🛑 Shutdown

  • Uninstalling or disabling the plugin now stops the music — previously the background audio daemon could keep playing with no way to stop it. It now shuts down cleanly (and your queue/position still restore on next launch).

Install

Download WaveSafe.zip below → Decky → Developer → Install plugin from zip. The audio daemon is bundled; nothing else to install.

Full changelog: v0.1.0...v0.2.0