v0.6.0
v0.6.0
Raw PCM output
convertToWavBytes accepts a new includeHeader: false parameter that returns only raw interleaved PCM samples — no 44-byte RIFF/WAV header. Useful for real-time audio pipelines, direct hardware interfaces, and custom audio processing.
Dart 3 class modifiers
All library classes now use Dart 3 class modifiers (base, final) to enforce intended usage contracts at compile time. Non-breaking for existing consumers.
Testing
Expanded integration tests to cover all native platform operations. Added web integration tests.
Full Changelog: v0.5.0...v0.6.0