Releases: vokimon/python-wavefile
Releases · vokimon/python-wavefile
python-wavefile 1.6.2: Format list inspection
- 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()
- This will render some client code failing. But I applied it since
Whole audio interface working and utf8 for tags
- 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
- 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
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
First stable release