Skip to content

Releases: vokimon/python-wavefile

python-wavefile 1.6.2: Format list inspection

Choose a tag to compare

@vokimon vokimon released this 10 Oct 02:28
  • Dropped Python<3.8
  • Incorporated enums for all the new formats supported by sndfile up to 1.0.31
    • Containers: mp3, opus
    • Encodings: NMS ADPCM, MPEGx Layerx
  • Experimental: Api to enumerate, check and describe formats
  • Added Writer.seek method
  • Added example for whole-file load/save
  • wavefile.save accepts 1D mono data for convenience
  • PR#23 Incorrect implementation of saveWave method. Fixes #20. Thanks Sravan Patibandla (pbskumar)!
    • This will render some client code failing. But I applied it since
      it is coherent to have the same layout on saving and loading.
      Client code should now transpose the numpy matrix when saving with wavefile.save()

Whole audio interface working and utf8 for tags

Choose a tag to compare

@vokimon vokimon released this 16 Sep 08:50
  • Whole-audio interface fixed. Fixes #8
  • Added a helper script to run tests in Py2 and Py3
  • Finally we use utf8 for tags

python-wavefile-1.2: seek seek seek

Choose a tag to compare

@vokimon vokimon released this 26 Jun 06:13
  • Seek implemented
  • Removed some error handling that aborted program execution
  • Removed alien reference code in folder 'others'

python-wavefile-1.1: Python 3 support and unicode filenames

Choose a tag to compare

@vokimon vokimon released this 25 Jun 00:07

This release includes the contributions of Jeff Hubb from the PyDAW project. Thanks.

The changes are:

  • Support for Python 3
  • Support for non ascii filenames
  • Better unicode handling in general (text tags being a notable exception)

python-wavefile-1.0: First stable release

Choose a tag to compare

@vokimon vokimon released this 25 Jun 00:09

First stable release