bastibe / python-soundfile

SoundFile is an audio library based on libsndfile, CFFI, and NumPy
BSD 3-Clause "New" or "Revised" License
698 stars 107 forks source link

New release with updated libsndfile binaries #438

Open bemoody opened 1 month ago

bemoody commented 1 month ago

There appear to be two separate bugs that affect soundfile 0.12.1 (on different platforms):

The first bug affects the manylinux_2_31_x86_64 wheel, and possibly also the win32, win_amd64, and macosx_10_9_x86_64 wheels (which were built using libFLAC 1.3.3 or 1.3.4.)

The second bug affects the manylinux_2_17_x86_64 and macosx_11_0_arm64 wheels (which were built using libFLAC 1.4.2.)

It looks like both bugs are resolved by the latest libsndfile_x86_64.so (glibc 2.17) binary in the master branch of libsndfile-binaries. Could you please:

I'm happy to provide example data as well as testing if it's helpful.

bastibe commented 1 month ago

See https://github.com/bastibe/libsndfile-binaries/issues/31