wav
Super simple pure Dart package for reading and writing WAV and raw audio files.
1.5.0
22K downloads/mo
#2116 most downloaded on pub.dev
liamappelbe/wav
What this package is like to depend on
Last release 1 years ago
03 Jul 2025
Ships fairly regularly
a new release about every 8 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
6 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · May 2022 to Jul 2025
2023
2024
2025
2026
Releases
latest 6-
1.5.003 Jul 2025Release notes
Open source →- Exposed
BytesReader.readString, which was previously an internal method.
- Exposed
-
1.4.020 Mar 2025 -
1.3.019 Aug 2023Release notes
Open source →- Support raw audio files, which are essentially Wav files without their format header (ie just the samples).
- Expose some of the internal utils, which may be useful for other serialization
tasks (eg
BytesReaderandBytesWriter).
-
1.2.024 Oct 2022 -
1.1.002 May 2022Release notes
Open source →- Added support for web by making file IO methods conditional on dart:io.
- Added support for 32/64 bit float formats.
-
1.0.001 May 2022