Skip to content

v0.5.4

Latest
Compare
Choose a tag to compare
@pdeljanov pdeljanov released this 27 Feb 03:34
· 4 commits to master since this release

New Features

  • Support for demuxing AIFF by @dedobbin in #193
  • Support for demuxing CAF by @irh in #232
  • Added optional SIMD acceleration using RustFFT. Enable specific SIMD ISAs with the opt-simd-sse, opt-simd-avx, and opt-simd-neon feature flags, or opt-simd to enable all.

Deprecations

  • The symphonia-format-wav crate is now deprecated and superseded by the symphonia-format-riff crate. This new crate is intended to support demuxing of all RIFF-based multimedia formats such as WAVE, AIFF, AVI, etc. As of this release, the symphonia-format-riff crate provides WavReader and AiffReader.

Bug Fixes & Improvements

  • Major optimizations for AAC, FLAC, MP3, and Vorbis decoders.
  • Support for FLAC picture blocks in Vorbis comments.
  • Fix edge cases when seeking OGG or FLAC formats.
  • Many other fixes across the board!

New Contributors

Full Changelog: v0.5.3...v0.5.4