@uttori/audio-wave
Version:
Utility for reading & wrtiing WAV audio files.
23 lines (17 loc) โข 1.1 kB
Markdown
# 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