wav_io 3.0.2
wav_io: ^3.0.2 copied to clipboard
RIFF-WAV audio file format handling and manipulation written in pure dart.
1.0.0 #
- Initial version.
2.0.0 #
- New API. supports multiple storage options.
2.0.1 #
- Small fixes
2.0.2 #
- Small fixes
2.0.3 #
- Formatting
- added README to examples folder
3.0.0 #
- Added streaming reads with
WavReaderand streaming writes withWavWriter. - Added quantization dithering (TPDF) when downsampling formats.
- Refactored WAV header parsing into a unified, common parsing function.
- Added new examples for audio reversing, streaming writes, and merging multi-channel to mono.
3.0.1 #
- Removed generated audio file.
3.0.2 #
- Fixed link in the README.md file.