Releases: steelegbr/wave-chunk-parser
Releases · steelegbr/wave-chunk-parser
v1.5.0
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
Pulls in the work of @ahihi to align generated blobs with word boundaries, resolving #169 in the process.
v.1.4.1
Brings in #167, support for user Chunk and RIFF file parsing.
v1.4.0
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
A slight change to the API thanks to #163 but adds support for new chunk types.
v.1.2.2
Includes #159 which adds Note and LabeledText sub-chunks to ListChunk.
v1.2.1
Attempts to resolve bug #157 in reading CUE chunks.
v.1.2.0
Allows pseudofiles (BytesIO) to be read without numpy freaking out.
v1.1.1
Fixes a bug with null termination of tags.
v1.1.0
Adds rudimentary support for cue and list chunks.