Joe Todd

Results 18 comments of Joe Todd

Hey, thanks for the bug report. I am hoping to have fixed this issue in this PR - https://github.com/sonos/pyFLAC/pull/14. Would you be able to be a beta tester for me,...

Thanks for your help, I think I will just use the apt repository build here as well.

SoundFile 0.11.0 has now been release - https://pypi.org/project/soundfile/0.11.0/

I have hit a bit of a blocker with this since I rebased and included MP3/Lame support. The check lame libs section of the configure script fails to validate the...

Just making a note here that the searching for the lame library breaks because I am setting CFLAGS, so need to find another way of setting the target/arch.

I will try rerun the build script, this might have been fixed in v1.2.0 by https://github.com/libsndfile/libsndfile/pull/822/files

Sorry I deleted that last comment because I got ahead of myself. The output tricked me because the actions just uploaded the library that already exists in the repo, not...

Yeah that is a confusing message, lipo disagrees with its output :) Unfortunately the lame linking did not work, even though the build succeeded. ``` checking for library containing lame_set_VBR_q......

Ok that worked I think! Might have to do some handling of the rpath when loading in Python ``` @rpath/libsndfile.1.dylib (compatibility version 2.0.0, current version 2.35.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,...

A quick test of the intel mac library built with the rpath did seem to work for me. Yeah if you could create a wheel I can get someone to...