Skip to content

Releases: rochars/wavefile

6.8.0

12 May 23:28
Compare
Choose a tag to compare

version 6.8.0 (2018-05-12)

  • Reading and writing the "adtl" LIST subchunk. Labels ("labl") can be created with cue points using setCuePoint(timeInMs, labelText)

6.7.0

11 May 08:00
Compare
Choose a tag to compare

version 6.7.0 (2018-05-11)

  • Set and delete cue points with setCuePoint() and deleteCuePoint().

6.6.1

10 May 23:59
Compare
Choose a tag to compare
  • Set, get and delete tags on files with setTag(), getTag() and deleteTag().

6.5.1

10 May 09:24
Compare
Choose a tag to compare

version 6.5.1 (2018-05-10)

  • Safer estimation of chunkSizes.
  • Fix: data.chunkSize calculated when writing the file.

6.5.0

10 May 06:39
Compare
Choose a tag to compare

version 6.5.0 (2018-05-08)

  • Reading and writing tags from "LIST" chunks of type "INFO".
  • Reading and writing cue points.
  • BWF data is kept when changing bit depth, using compression or when re-creating an existing WaveFile object with the fromScratch() or fromBuffer() method.
  • Reading the "junk" chunk. The chunk is kept when changing bit depth, using compression or when re-creating an existing WaveFile object with the fromScratch() or fromBuffer() method.
  • Fix: all chunkSize fields are calculated when writing the file.
  • Fix: calling clearHeader_() on fromBuffer(), not just fromScratch(). The method is used to clear data in the file header that might lead to corrupt files, like the "fact" chunk.
  • Fix: assure samples are de-interleaved on fromScratch() before using the array.

6.4.1

07 May 16:54
Compare
Choose a tag to compare

Using compilationLevel: ADVANCED with Closure Compiler.

6.4.0

07 May 03:54
Compare
Choose a tag to compare

WaveFile.toBase64() and WaveFile.toDataURI() to export the file as a Base64 string or as a DataURI.

6.3.0

06 May 20:32
Compare
Choose a tag to compare
  • fromIMAADPCM, fromALaw and fromMuLaw can receive an optional parameter: the bit depth of the output. If ommited, defaults to "16".
  • Fix: argument validation in fromScratch.

6.2.1

06 May 01:18
Compare
Choose a tag to compare

Using byte-data^8.0.0.

6.2.0

04 May 06:45
Compare
Choose a tag to compare

Limited support of RF64.