v1.0.0 of flutter_tiny_wavpack_decoder
The official repository for Dart and Flutter packages. [Unoffic…
July 4, 2026
Decode WavPack (.wv) audio to PCM .wav on-device via the tiny dependency-free WavPack decoder over Dart FFI. Android, iOS, macOS, Linux, Windows. Changelog excerpt: Initial release. Flutter port of react-native-tiny-wavpack-decoder. - Decode WavPack (.wv) files to PCM .wavfiles on-device using the bundled, BSD-licensed WavPack 4.40 "tiny decoder" C library over dart:ffi, with no method channels and no platform-specific bridge code. - Supported platforms: Android, iOS, macOS, Linux, Windows. - TinyWavpackDecoder.decode()with maxSamples, bitsPerSample(8/16/24/32) and an `onProgr[...]
Discussion in the ATmosphere