Skip to content

Releases: steelegbr/wave-chunk-parser

v1.5.0

31 Mar 16:28
360d0cb
Compare
Choose a tag to compare

Allows the reading of CART chunks from Reaper and resolves an issue with label encoding. Behind the scenes we've moved to Poetry from pip.

v1.4.2

26 Jun 08:09
a529a5a
Compare
Choose a tag to compare

Pulls in the work of @ahihi to align generated blobs with word boundaries, resolving #169 in the process.

v.1.4.1

16 Jun 07:11
a775cfa
Compare
Choose a tag to compare

Brings in #167, support for user Chunk and RIFF file parsing.

v1.4.0

09 Jun 06:51
883cc34
Compare
Choose a tag to compare

Brings in the work of @fdenivac on #165:

  • support for PCM 24 bits with datas stored as 3 raw bytes : samples must be converted by user before processing
    
  • support for extended formats. Extension format is stored as bytes. Changes FormatChunk constructor signature
    
  • force chunks and list sub-chunks to be aligned on a word
    
  • tests adapted to new FormatChunk constructor
    

v1.3.0

31 May 13:14
ec9b29e
Compare
Choose a tag to compare

A slight change to the API thanks to #163 but adds support for new chunk types.

v.1.2.2

28 May 14:11
347eba9
Compare
Choose a tag to compare

Includes #159 which adds Note and LabeledText sub-chunks to ListChunk.

v1.2.1

26 May 15:51
81ad981
Compare
Choose a tag to compare

Attempts to resolve bug #157 in reading CUE chunks.

v.1.2.0

25 May 10:35
279bd51
Compare
Choose a tag to compare

Allows pseudofiles (BytesIO) to be read without numpy freaking out.

v1.1.1

17 May 08:03
0b822bc
Compare
Choose a tag to compare

Fixes a bug with null termination of tags.

v1.1.0

16 May 18:02
bbac77a
Compare
Choose a tag to compare

Adds rudimentary support for cue and list chunks.