Skip to content

Releases: bastibe/python-soundfile

0.12.1

15 Feb 15:39
960d43f
Compare
Choose a tag to compare

Fixes a bug in the library discover on Linux, if no system library and no packaged library could be found.

0.12.0

15 Feb 07:04
d8e1c00
Compare
Choose a tag to compare

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

29 Sep 09:52
7deb23a
Compare
Choose a tag to compare

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

18 Aug 06:34
Compare
Choose a tag to compare
0.11.0b6 Pre-release
Pre-release

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

02 Jun 08:07
Compare
Choose a tag to compare
0.11.0b5 Pre-release
Pre-release

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

17 May 14:33
Compare
Choose a tag to compare
0.11.0b4 Pre-release
Pre-release

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

23 Feb 08:50
Compare
Choose a tag to compare
0.11.0b3 Pre-release
Pre-release

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

09 Feb 13:02
Compare
Choose a tag to compare
0.11.0b2 Pre-release
Pre-release

This is a pre-release

Includes updated binaries for Windows 32/64, and macOS x86_64/arm64.

Known issues:

  • The included libsndfile.dll for Windows only supports file descriptor open on Python 3.5+.

0.10.3

04 Dec 10:03
Compare
Choose a tag to compare
  • Improves README
  • Improves error messages (thank you, Christoph Boeddeker)
  • Improves tests (thank you, Matt Vollrath)
  • Improves SoundFileInfo display (thank you, Hannes Helmholz)

0.10.2

04 Dec 09:57
Compare
Choose a tag to compare

Adds support for file system path protocol (PEP 519)