Skip to content

Releases: rochars/wavefile

8.4.1

06 Aug 09:33
Compare
Choose a tag to compare

version 8.4.1 (2018-08-06)

  • Update dependencies.

8.4.0

02 Aug 04:43
Compare
Choose a tag to compare

version 8.4.0 (2018-08-02)

  • Compatible with IE10+

8.3.2

13 Jul 19:23
Compare
Choose a tag to compare

version 8.3.2 (2018-07-13)

  • Fix misssing properties in TypeScript declaration file.
  • Fix documentation issues.

8.3.1

13 Jul 07:28
Compare
Choose a tag to compare

version 8.3.1 (2018-07-13)

  • Add external dependencies instead of ./vendor

8.3.0

13 Jul 05:13
Compare
Choose a tag to compare

version 8.3.0 (2018-07-13)

  • Add getSample(index) to the API; return the sample at a given index.
  • Add setSample(index, sample) to the API; set the sample at a given index.

8.2.0

12 Jul 07:11
Compare
Choose a tag to compare

version 8.2.0 (2018-07-12)

  • Add listTags() method to the API. It return a Object<tag, value> with the RIFF tags in the file.
  • Add listCuePoints() method to the API. It return a object similar to in WaveFile.cue, but with the position of each point in milliseconds.

8.1.5

11 Jul 01:26
Compare
Choose a tag to compare

version 8.1.5 (2018-07-10)

  • Fix: Remove unecessary files from the dist.
  • Update documentation.

8.1.4

10 Jul 04:05
Compare
Choose a tag to compare

version 8.1.4 (2018-07-09)

  • No dependencies.

8.1.3

09 Jul 00:33
Compare
Choose a tag to compare

version 8.1.3 (2018-07-08)

  • Fix: UMD dist transpiled to ES5.
  • Use updated alawmulaw module to avoid license issues

8.1.2

06 Jul 10:07
Compare
Choose a tag to compare

version 8.1.2 (2018-07-06)

  • Fix: update bext.chunkSize on object after toBuffer() is called.