Skip to content

Releases: rochars/alawmulaw

v6.0.0

31 Dec 08:10
Compare
Choose a tag to compare

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

08 Jul 18:54
Compare
Choose a tag to compare

v5.0.2 (2018-07-08)

  • Fix: UMD dist for browsers.

5.0.1

08 Jul 11:48
Compare
Choose a tag to compare

v5.0.1 (2018-07-08)

  • UMD dist transpiled to ES5
  • Different mu-Law algorithm; should sound the same.

5.0.0

01 Jul 04:11
Compare
Choose a tag to compare

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

25 Jun 23:32
Compare
Choose a tag to compare

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

4.0.0

22 Jun 18:16
Compare
Choose a tag to compare

v4.0.0 (2018-06-22)

  • ES6 module.

3.0.0

17 Jun 07:01
Compare
Choose a tag to compare

v3.0.0 (2018-06-17)

  • New dist file: ./dist/alawmulaw.min.js.

2.0.7

11 Jun 23:30
Compare
Choose a tag to compare

version 2.0.7 (2018-06-11)

  • fix: remove dist from npm in v2 to avoid breaking dependents.

2.0.6

11 Jun 19:01
Compare
Choose a tag to compare

v2.0.6 (2018-06-11)

  • Browser dist on npm.

2.0.4

03 May 18:01
Compare
Choose a tag to compare
v2.0.4

updated docs