-
Notifications
You must be signed in to change notification settings - Fork 6
FLAC Extension
Jeremy Herbison edited this page Oct 5, 2019
·
8 revisions
This extension provides FLAC encoding, decoding and metadata functionality.
TBD
- Upgraded bundled libFLAC to version 1.3.3
- Recompiled bundled libFLAC with latest Visual C++ runtime
- API changes for -beta6
- Don't write 0-byte padding blocks when setting Padding to 0
- Minor modification in API usage to avoid future incompatibility
- API changes for -beta5
- Changed licensing from LGPL to AGPL
- Publish link to release notes in the NuGet package
- API changes for -beta2
- Pre-allocation of the entire file to avoid fragmentation and improve performance
- Publish debugging symbols with the NuGet package
- Initial public release