Releases: rochars/alawmulaw
Releases · rochars/alawmulaw
v6.0.0
6.0.0 - 2019-12-31
- New package structure:
- dist file is "./dist/alawmulaw.js", a UMD served as "main"
- ES6 source is "./index.js", served as "module"
- Fix: clip mulaw samples after add bias (#2)
5.0.2
v5.0.2 (2018-07-08)
- Fix: UMD dist for browsers.
5.0.1
v5.0.1 (2018-07-08)
- UMD dist transpiled to ES5
- Different mu-Law algorithm; should sound the same.
5.0.0
v5.0.0 (2018-07-01)
- Add TypeScript declaration
- Using typed arrays for input and ouput
- ES module API changed; export {alaw, mulaw} instead of default alawmulaw
4.1.0
v4.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
v3.0.0 (2018-06-17)
- New dist file: ./dist/alawmulaw.min.js.
2.0.7
version 2.0.7 (2018-06-11)
- fix: remove dist from npm in v2 to avoid breaking dependents.