libsndfile-binaries
libsndfile-binaries copied to clipboard
Pre-compiled shared libraries for libsndfile
It should be possible to cross compile for `arm64` architectures like so. ``` ./mac_build.sh arm64 ``` **TODO** - Lame library not found when building for arm64
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?
Hello there, I am looking for the DLL files of the latest **libsndfile** version, including **MP3 support.** I wonder if you could build them. I tried to do it following...
libsndfile 1.0.30 was released on Sep 19, 2020. Could you updated to include the latest release of the lib? There are a number of bugfixes and improvements. https://github.com/libsndfile/libsndfile/tags In particular,...
The script ```python import soundfile as sf sf.write('test.flac', [0.1, 0.2, 0.3, 0.4], 48000) ``` crashes with the current master branch of SoundFile, and python 2.7.6 (32-bit) under Windows 7 64bit....
Could you add support for 32bit macs please.
The current binaries are based on libsndfile v1.2.0. New releases are available: https://github.com/libsndfile/libsndfile/releases I wanted to bring this to the attention of the team, but I don't have any skills...
I'm interested in https://github.com/bastibe/python-soundfile/pull/382 and I found this probrem during its investigation. `libsndfile_arm64.so` was added by https://github.com/bastibe/libsndfile-binaries/pull/23 as a binary form but it does not seem to be compiled with...
It appears that the current `libsndfile_arm64.dylib` in this repository was built using libFLAC 1.4.2, whereas all of the other binaries here were built using libFLAC 1.4.3. libFLAC 1.4.2 has at...