Skip to content

v0.5.2

Compare
Choose a tag to compare
@pdeljanov pdeljanov released this 19 Jan 03:57
· 56 commits to master since this release

New Features

  • New ADPCM decoder supporting IMA & MS codecs by @geckoxx in #160
  • Extended MPEG audio decoder support for MP1 and MP2
  • Coarse seeking support for MPEG audio formats
  • Symphonia Play supports resampling on Windows by @erikas-taroza in #167
  • Added all, all-codecs, and all-formats feature flags on symphonia crate to make it easier to enable all codec and/or format support

Bug Fixes & Improvements

  • Major performance improvements across most decoders! See the updated benchmarks!
  • All known AAC decoding glitches have been fixed
  • Phase inversion in the mu-law PCM decoder was fixed
  • The PCM decoder now returns samples of the same type as the encoded audio rather than always returning i32 samples
  • The FLAC packet parser was rewritten to be simpler, faster, and better at handling pathological cases
  • Added SampleBuffer::samples_mut by @FelixMcFelix in #147
  • Clippy warnings fixed by @GnomedDev in #144
  • Many others!

New Contributors

Full Changelog: v0.5.1...v0.5.2