Skip to content

FLAC Extension

Jeremy Herbison edited this page Oct 5, 2019 · 8 revisions

This extension provides FLAC encoding, decoding and metadata functionality.

Dependencies

TBD

Release Notes

1.6.0

  • Upgraded bundled libFLAC to version 1.3.3

1.5.0

  • Recompiled bundled libFLAC with latest Visual C++ runtime

1.4.0

  • API changes for -beta6

1.3.2

  • Don't write 0-byte padding blocks when setting Padding to 0

1.3.1

  • Minor modification in API usage to avoid future incompatibility

1.3.0

  • API changes for -beta5
  • Changed licensing from LGPL to AGPL
  • Publish link to release notes in the NuGet package

1.2.0

  • API changes for -beta2

1.1.0

  • Pre-allocation of the entire file to avoid fragmentation and improve performance
  • Publish debugging symbols with the NuGet package

1.0.0

  • Initial public release