wav 1.5.0 copy "wav: ^1.5.0" to clipboard
wav: ^1.5.0 copied to clipboard

Super simple pure Dart package for reading and writing WAV and raw audio files.

1.5.0 #

  • Exposed BytesReader.readString, which was previously an internal method.

1.4.0 #

  • Support WAVE_FORMAT_EXTENSIBLE for reading, but not for writing.

1.3.0 #

  • 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 BytesReader and BytesWriter).

1.2.0 #

  • Added a duration method to Wav.

1.1.0 #

  • Added support for web by making file IO methods conditional on dart:io.
  • Added support for 32/64 bit float formats.

1.0.0 #

  • Initial version
32
likes
160
points
17.3k
downloads

Publisher

unverified uploader

Weekly Downloads

Super simple pure Dart package for reading and writing WAV and raw audio files.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on wav