Skip to content

Releases: toots/shine

Fix invalid MPEG 2.5 bitrates

28 Jul 19:03
Compare
Choose a tag to compare
  • Remove invalid MPEG 2.5 bitrates.

Important rewrite and optimization

01 Aug 14:26
Compare
Choose a tag to compare
  • Fixed WAV file parsing.
  • Explicitely unroll some loops
    to enhance encoding speed. Thanks
    to @ckthomas on github for these
    changes!
  • Add -funroll-loops to CFLAGS
  • Major code cleanup by @zhaoxiu-zeng
    on LingYunZhi/shine.
  • Added interleaved API, also contributed
    by @zhaoxiu-zeng
  • Bumped ABI to 3.1.0

Mpeg-II and 2.5 support, JS build

21 Jul 19:49
Compare
Choose a tag to compare

This release adds support for MPEG-II and 2.5 formats with extended bitrates and samplerates.

It also contains a Javascript build and API of the library, which is not really practical for now but should be in the near future.