Skip to content

Releases: dbry/adpcm-xq

ADPCM-XQ Version 0.5 Release

14 Sep 04:29
Compare
Choose a tag to compare

Major update to ADPCM-XQ with many new features and performance gains:

  • Added non-standard 2-bit, 3-bit, and 5-bit IMA ADPCM options
  • Greatly improved encoding speed for high depth lookahead
  • Increased command-line maximum search depth from 8 to 16
  • Added option (-x) for old "exhaustive" searches (very slow)
  • Added option (-n) to calculate encode quantization noise
  • New improved dynamic noise shaping (DNS) algorithm from WavPack
  • New option (-s) to enable fixed noise shaping and set slope
  • Essentially backward-compatible library API

Windows and Mac binaries attached. Thanks to @gingerbeardman for the Mac build!

Release with encode-only and decode-only options

14 Sep 03:51
Compare
Choose a tag to compare
v0.3

version with encode-only and decode-only options

Initial release

02 Nov 20:39
Compare
Choose a tag to compare

Initial release with Windows binaries (32-bit and 64-bit) and universal Mac binary (no PPC).