Skip to content

v0.3.0 — FLAC support

Choose a tag to compare

@bovinemagnet bovinemagnet released this 16 May 23:10
· 54 commits to main since this release
3ef7c90

Adds FLAC support: native FLAC streams can now be analysed alongside WAV and AIFF.

What's new

  • FLAC support — native FLAC streams can now be analysed via analyseFile() / analyseBytes(), and decoded directly with the new decodeFlac() function returning FlacData
  • New flac_decoder.dart module wraps the pure-Dart dart_flac package; FLAC remains a no-native-dependency format
  • Format auto-detection now recognises the fLaC magic bytes and the .flac extension
  • Ogg-encapsulated audio is now explicitly rejected with UnsupportedFormatException
  • CLI analyse command and --format option accept flac

Downloads

Prebuilt audiodefect CLI binaries for linux-x64, macOS-arm64 and windows-x64 are attached below once the build completes.