Skip to content

v1.0.0

Compare
Choose a tag to compare
@joetoddsonos joetoddsonos released this 22 Apr 16:45
· 33 commits to develop since this release
  • Added a StreamEncoder to compress raw audio data on-the-fly into a FLAC byte stream
  • Added a StreamDecoder to decompress a FLAC byte stream back to raw audio data
  • Added a FileEncoder to convert a WAV file to FLAC encoded data, optionally saving to a FLAC file
  • Added a FileDecoder to convert a FLAC file to raw audio data, optionally saving to a WAV file
  • Bundled with libFLAC version 1.3.3