-
Notifications
You must be signed in to change notification settings - Fork 116
Replace ffi.callback()
with ffi.def_extern()
#331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for opening this issue! If anyone wants to take a stab at implementing this, I'd be grateful for a pull request. |
i'm dead |
Anyone has some ideas? |
See here #338 |
Is there a way to solve the "ffi.callback() cause MemoryError on macOS M1" and allow soundfile to continue to use the ABI mode of CFFI? The CPython and PyPy ecosystems are rapidly evolving. The ABI mode allows a soundfile release to work with new CPython and PyPy versions released later. A large community of users depend on soundfile, and the owner of the soundfile project (@bastibe) may not always have time to release new builds quickly. |
Yess! Can't remember how though. About 1 more hour of googling fixed it for me. And the fix was quite trivial/ like a non issue. Hope that helps. |
here: |
its solved in my comment above. I think you can close this issue (maybe?) I dont know how resolving issues works around here but would feel right to me to do so |
@f17mkx the package from that comment did not work for me. |
@aghriss I got error: after install your wheel a new error got: soundfile.py", line 1058, in _open |
@bastibe Can u suppor this? Keep get error on M1 soundfile.py", line 1226, in _init_virtual_io |
Sorry I can't help with this. I don't have access to M1 anymore. |
Create a new issue to track the
ffi.callback()
causeMemoryError
on macOS M1.See comment of @bastibe in #325 (comment)
The text was updated successfully, but these errors were encountered: