All Versions
5
Latest Version
Avg Release Cycle
429 days
Latest Release
1470 days ago

Changelog History

  • v2.0.2 Changes

    April 09, 2020

    Switched to MSVC as MinGW causes DLL issues

  • v2.0.1 Changes

    March 23, 2020

    Rewritten from C to C++.

    introduces difference coding which improves compression ratios for stereo audio on which the channels are highly similar.

    Multithreaded encoding and decoding

    ๐Ÿš€ Generates files which are compatible with 2.0.2 java release

  • v0.1.2-alpha Changes

    August 05, 2015

    ๐Ÿ”„ Changelog

    • Increased Maximum LPC order to prevent prediction errors.

    Utilities

    • Encoder (encode.exe)
    • Decoder (decode.exe)
    • Command - line player (selaplay.exe)
    • Diff utility for wav files (wavdiff.exe)
  • v0.1.1-alpha Changes

    August 01, 2015

    ๐Ÿ› Bug Fixes:
    ๐Ÿ›  Fixed a bug which was caused samples mismatch.
    ๐Ÿ›  Fixed a bug in decoder which was causing garbage to accumulate at the end of decoded wav file.

  • v0.1-alpha Changes

    July 31, 2015

    ๐ŸŽ‰ Initial release for windows with basic encoding, decoding and playback support.