foobar2000

Releases of 2SF Decoder

0.26.2 current version, released on: 2021-02-16

  • Update psflib to better handle larger files and incrementally increasing its buffer size
  • Terminate playback with an error if external process terminates
  • Update 2sf2wav bypassing its silence detection, so it won't lock up on bad files
  • Add a console notice for unsupported legacy files

0.26.1 released on: 2021-01-16

  • Rebuilt the 2sf2wav converter as static linked runtime, so now the only external dependencies it has are system DLLs, including msvcrt.dll

0.26 released on: 2020-12-01

  • Restored archive and web file reading support by piping

0.25.5 released on: 2020-09-07

  • 2sf2wav now correctly ignores volume tags, allowing the player itself to apply gain levels
  • the input also now supports extended features supported by foobar2000 1.6.1, such as forcing the playback chain sample rate on the decoder, to avoid extra resampling steps

0.25.4 released on: 2020-08-08

  • Upstream fixed sharp interpolation mode
  • Sample rate is now configurable, defaulting to hardware

0.25.3 released on: 2020-08-07

  • Fixed Just in Time compilation implementation
  • Enabled it by default

0.25.2 released on: 2020-08-07

  • Upstream implemented sharp interpolation mode

0.25.1 released on: 2020-08-06

  • [0.25] Replaced vio2sf library with 2sf2wav command line decoder
  • Added try/catch exception handling to command line decoder so it doesn't crash on errors

0.24.16 released on: 2019-05-02

  • Updated psflib to fix tag whitespace handling