External Publication
Visit Post

v0.3.0 of audio_defect_detector

The official repository for Dart and Flutter packages. [Unoffic… May 16, 2026
Source

Pure Dart library to detect pops and clicks in WAV, AIFF and FLAC audio files using adaptive threshold analysis. Changelog excerpt: - 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.dartmodule wraps the pure-Dart dart_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 --formatop[...]

Discussion in the ATmosphere

Loading comments...