Releases: bastibe/python-soundfile
Releases · bastibe/python-soundfile
0.12.1
0.12.0
Thank you, Barabazs, Andrew Murray, Jon Peirce, for contributions
to this release.
- Updated libsndfile to v1.2.0
- Improves precompiled library location, especially with py2app or cx-freeze.
- Now provide binary wheels for Linux x86_64
- Now prefers packaged libsndfile over system-installed libsndfile
0.11.0
Thank you, tennies, Hannes Helmholz, Christoph Boeddeker, Matt Vollrath, Matthias Geier, Jacek Konieczny, Boris Verkhovskiy, Jonas Haag, Eduardo Moguillansky, Panos Laganakos, Jarvy Jarvison, Domingo Ramirez, Tim Chagnon, Kyle Benesch, Fabian-Robert Stöter, Joe Todd
- MP3 support
- Adds binary wheels for macOS M1
- Improves compatibility with macOS, specifically for M1 machines
- Fixes file descriptor open for binary wheels on Windows and Python 3.5+
- Updates libsndfile to v1.1.0
- Adds get_strings method for retrieving all metadata at once
- Improves documentation, error messages and tests
- Displays length of very short files in samples
- Supports the file system path protocol (pathlib et al)
0.11.0b6
This is a pre-release
- Includes updated libsndfile 1.1.0 binaries for Windows 32/64, and macOS x86_64/arm64.
- Adds MP3 support.
Fixes re 0.11.0b5:
- Fixes MP3 support in macOS Intel binary
Known issues:
- The included libsndfile.dll for Windows only supports file descriptor open on Python 3.5+.
- Virtual IO (opening file-like Python objects) is broken on some versions of macOS and SELinux.
0.11.0b5
This is a pre-release
- Includes updated libsndfile 1.1.0 binaries for Windows 32/64, and macOS x86_64/arm64.
- Adds MP3 support.
Fixes re 0.11.0b4:
- Fixes MP3 support in macOS M1 binary
- Fixes MP3 file extension support
Known issues:
- The included libsndfile.dll for Windows only supports file descriptor open on Python 3.5+.
- Virtual IO (opening file-like Python objects) is broken on some versions of macOS and SELinux.
0.11.0b4
This is a pre-release
- Includes updated libsndfile 1.1.0 binaries for Windows 32/64, and macOS x86_64/arm64.
- Adds MP3 support.
Known issues:
- The included libsndfile.dll for Windows only supports file descriptor open on Python 3.5+.
- Virtual IO (opening file-like Python objects) is broken on some versions of macOS and SELinux.
0.11.0b3
This is a pre-release
Includes updated binaries for Windows 32/64, and macOS x86_64/arm64.
Fixes re: 0.11.0b2:
Fixed wheel OS tag on macOS, to allow installing the macOS wheels.- Fixed wheel OS tag on macOS, to allow installing the macOS wheels, for real this time.
Known issues:
- The included libsndfile.dll for Windows only supports file descriptor open on Python 3.5+.
- Virtual IO (opening file-like Python objects) is broken on some versions of macOS and SELinux.
0.11.0b2
0.10.3
- Improves README
- Improves error messages (thank you, Christoph Boeddeker)
- Improves tests (thank you, Matt Vollrath)
- Improves SoundFileInfo display (thank you, Hannes Helmholz)