Skip to content

Releases: chummersone/pywavfile

v2.2.1

18 Feb 22:11
Compare
Choose a tag to compare

Minor improvements in robustness.

v2.2.0

10 Oct 07:38
Compare
Choose a tag to compare

Ensure wav data chunk size is even. Other minor internal changes.

v2.1.0

07 Oct 21:35
Compare
Choose a tag to compare

Improved handling of out-of-range sample values.

v2.0.0

06 Oct 21:13
Compare
Choose a tag to compare

Significant re-write of internal implementation.

v1.0.0

02 Aug 21:19
Compare
Choose a tag to compare

Updated and simplified internal module structure. Additional tests of file read.

v0.4.0

30 Jun 21:24
Compare
Choose a tag to compare

Added read/write shortcut functions.

v0.3.1

18 May 20:51
Compare
Choose a tag to compare

Bug fixes.

v0.3.0

15 May 21:03
Compare
Choose a tag to compare

Add iterator methods to WavRead class, facilitating iterator constructs when reading multiple groups of audio frames.

v0.2.2

14 May 19:19
Compare
Choose a tag to compare

Formally add Python 3.9 support. Minor updates to documentation. Skipping version number 0.2.1 due to an error in its deployment.

v0.2.0

24 Feb 21:08
Compare
Choose a tag to compare

Updates to padding handling and added whence argument to seek.