v0.5.2
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
, andall-formats
feature flags onsymphonia
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
- @geckoxx made their first contribution in #160
- @nilsding made their first contribution in #172
- @GnomedDev made their first contribution in #144
- @erikas-taroza made their first contribution in #167
Full Changelog: v0.5.1...v0.5.2