bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

Update ffi dlopen for bigsur #118

Closed 0x0L closed 3 years ago

0x0L commented 3 years ago

Fixes CoreaAudio dylib open on bigsur

bastibe commented 3 years ago

Does this break older versions of macOS?

0x0L commented 3 years ago

I don't have an easy access to an older version of macos.

Searching for the path on google yields a stackoverflow post from 2014 (https://stackoverflow.com/questions/25714450/os-x-dlopen-cant-find-framework-image-not-found) that references almost the same path (version A instead of Current)

I guess it's ok but it's just a guess

bastibe commented 3 years ago

Does anyone else have access to a non-big-sur macOS to test this?

0x0L commented 3 years ago

It looks like it's fixed in an upstream version of python (and also in macos default python)

bastibe commented 3 years ago

Thank you for following up on this. Is this pull request obsolete, then?

0x0L commented 3 years ago

Yes, I'll close. Thanks