UNPKG

@uttori/audio-wave

Version:

Utility for reading & wrtiing WAV audio files.

23 lines (17 loc) โ€ข 1.1 kB
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [2.1.0](https://github.com/uttori/uttori-audio-wave/compare/v2.0.0...v2.1.0) - 2021-04-04 - ๐Ÿงฐ Add Support for `PEAK`, `PAD`, and `STRC` (ACID Related) chunks (incomplete) - ๐Ÿงฐ Add identification for `AFAn`, `AFmd`, seems to be the result of a `NSKeyedArchiver` - ๐Ÿงฐ Add identification for `minf`, `elm1`, `regn`, `ovwf`, `umid`, ProTools Special chunks - ๐Ÿ›  Fix issue with infinite loop on some _rare_ broken tags - ๐Ÿ›  Fix `FACT` output with actual `numberOfSamples` output - ๐Ÿงน Documentation & Types clean up - ๐ŸŽ Update dev dependencies ## [2.0.0](https://github.com/uttori/uttori-audio-wave/compare/v1.6.1...v2.0.0) - 2021-01-18 - ๐Ÿงฐ Add ESM Support - ๐Ÿ›  Add `"sideEffects": false` to the package.json - ๐Ÿ›  Tree Shaking, added [Subpath Exports](https://nodejs.org/api/packages.html#packages_subpath_exports) - ๐Ÿ›  Fixes for browser compatibility - ๐Ÿงน Documentation & Types clean up - ๐ŸŽ Update dev dependencies