Releases: rochars/imaadpcm
Releases · rochars/imaadpcm
v5.0.0
5.0.0 - 2019-12-31
- New package structure:
- dist file is "./dist/imaadpcm.js", a UMD served as "main"
- ES6 source is "./index.js", served as "module"
v4.1.1 (2019-09-11)
Fix: encode() should always return a even number of samples
v4.1.0 (2019-09-06)
- No clicks or time changes when compressing/decompressing
- Fix: Range error bug when compressing
4.0.1
v4.0.1 (2018-07-02)
- Fix output array size on encode()
- Removed dev files from the dist
4.0.0
v4.0.0 (2018-07-01)
- Use typed arrays for input and output
- Add TypeScript declaration file
- Add Closure Compiler externs file
3.10
v3.1.0 (2018-06-25)
- Allow better use of this lib as a dependency:
- package.json refactored with bundlers and ES6 envs in mind
3.0.0
version 3.0.0 (2018-06-22)
2.0.0
v2.0.0 (2018-06-17)
- New dist file: ./dist/byte-data.min.js.
1.1.7
version 1.1.7 (2018-06-11)
- fix: remove dist from npm in v1 to avoid breaking dependents.