v0.7.0
v0.7.0
Streaming WAV conversion & internal improvements
WAV conversion now streams decoded PCM chunks directly to disk instead of buffering everything in memory. This significantly reduces peak memory usage, especially for large audio files.
Changes
- Streaming WAV conversion — stream decoded PCM to disk instead of buffering in memory
- Input validation —
sampleRate,channels, andbitDepthare now validated at the Dart level before calling native code (#17) - Shared Swift source — consolidated duplicate iOS/macOS plugin code into
darwin/Classes/(#24)
Full Changelog: v0.6.0...v0.7.0