What's Changed
New Features 🎉
- Add PcmReader::reload() for reload PCM byte array by @AkiyukiOkayasu in #58
Update
- Improve PcmReader::read_sample() perfomance by @AkiyukiOkayasu in #61
Breaking Changes
- Clarify responsibilities of PcmPlayer and PcmReader by @AkiyukiOkayasu in #60
Internal change
Replacement of ‘anyhow’ to ‘thiserror v2’
- Replace
anyhow
withthiserror
by @AkiyukiOkayasu in #52
The test of decoding is to check that the values match those using Symphonia
- Compare decoding results with Symphonia by @AkiyukiOkayasu in #57
- Replace test comparisons with Symphonia decode results by @AkiyukiOkayasu in #59
Full Changelog: v0.4.2...v0.5.0