libsndfile-binaries icon indicating copy to clipboard operation
libsndfile-binaries copied to clipboard

libsndfile 1.1.0 release

Open tgarc opened this issue 2 years ago • 3 comments

There's been a major release of libsndfile with mp3 support and a bunch of bug fixes:

https://github.com/libsndfile/libsndfile/releases/tag/1.1.0

Is it difficult to update to this version? Anything I can help with?

tgarc avatar Mar 27 '22 16:03 tgarc

I think the code in python-soundfile itself is easy to change, and there's already a pull request under way to add the required definitions for libsndfile 1.1.0.

The hard part will be rebuilding libsndfile for windows 32/64 and macOS 64/arm (and maybe Linux 64, if anyone can figure out a reliable way of doing so). I'll try to work on that next week, but I'd be grateful for any help on this, either with manually compiled binaries, or with the appropriate changes to our CI build scripts.

bastibe avatar Mar 31 '22 08:03 bastibe

Are you referring to this PR: https://github.com/bastibe/python-soundfile/pull/335

tgarc avatar Apr 02 '22 21:04 tgarc

yes, that's the one.

bastibe avatar Apr 04 '22 06:04 bastibe