Releases: rochars/wavefile
Releases · rochars/wavefile
8.4.1
version 8.4.1 (2018-08-06)
8.4.0
version 8.4.0 (2018-08-02)
8.3.2
version 8.3.2 (2018-07-13)
- Fix misssing properties in TypeScript declaration file.
- Fix documentation issues.
8.3.1
version 8.3.1 (2018-07-13)
- Add external dependencies instead of ./vendor
8.3.0
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
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
version 8.1.5 (2018-07-10)
- Fix: Remove unecessary files from the dist.
- Update documentation.
8.1.4
version 8.1.4 (2018-07-09)
8.1.3
version 8.1.3 (2018-07-08)
- Fix: UMD dist transpiled to ES5.
- Use updated alawmulaw module to avoid license issues
8.1.2
version 8.1.2 (2018-07-06)
- Fix: update bext.chunkSize on object after toBuffer() is called.