v0.3.0 — FLAC support
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 newdecodeFlac()function returningFlacData - New
flac_decoder.dartmodule wraps the pure-Dartdart_flacpackage; FLAC remains a no-native-dependency format - Format auto-detection now recognises the
fLaCmagic bytes and the.flacextension - Ogg-encapsulated audio is now explicitly rejected with
UnsupportedFormatException - CLI
analysecommand and--formatoption acceptflac
Downloads
Prebuilt audiodefect CLI binaries for linux-x64, macOS-arm64 and windows-x64 are attached below once the build completes.