Skip to content

Releases: rochars/imaadpcm

v5.0.0

31 Dec 06:32
Compare
Choose a tag to compare

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.2 (2019-09-12)

12 Sep 08:32
Compare
Choose a tag to compare

Fix output array size.

v4.1.1 (2019-09-11)

11 Sep 07:37
Compare
Choose a tag to compare

Fix: encode() should always return a even number of samples

v4.1.0 (2019-09-06)

06 Sep 16:44
Compare
Choose a tag to compare
  • No clicks or time changes when compressing/decompressing
  • Fix: Range error bug when compressing

4.0.1

02 Jul 06:54
Compare
Choose a tag to compare

v4.0.1 (2018-07-02)

  • Fix output array size on encode()
  • Removed dev files from the dist

4.0.0

02 Jul 02:37
Compare
Choose a tag to compare

v4.0.0 (2018-07-01)

  • Use typed arrays for input and output
  • Add TypeScript declaration file
  • Add Closure Compiler externs file

3.10

26 Jun 00:16
Compare
Choose a tag to compare

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

22 Jun 18:45
Compare
Choose a tag to compare

version 3.0.0 (2018-06-22)

  • ES6 module.

2.0.0

17 Jun 04:27
Compare
Choose a tag to compare

v2.0.0 (2018-06-17)

  • New dist file: ./dist/byte-data.min.js.

1.1.7

11 Jun 23:36
Compare
Choose a tag to compare

version 1.1.7 (2018-06-11)

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