Open stechyo opened 2 weeks ago
@stechyo Steam Audio currently uses Embree v2.17.2, which is an older version, and does not support ARM CPUs. The latest versions of Embree, v4.3.x, do support ARM CPUs, so we would have to update Steam Audio to use the newer version. This newer version of Embree has breaking changes to the API, so it would require a non-trivial, but hopefully a reasonable amount of work to update Steam Audio to use the new API.
PS: Here is the link to the Embree GitHub repository: https://github.com/RenderKit/embree
Related issue: https://github.com/stechyo/godot-steam-audio/issues/53
System Information Please provide the following information about your system:
Issue Description It seems that Embree doesn't work on Apple Silicon (macOS + ARM). From what I see here it seems that the internal embree devices are only enabled on x86, but I'll confess I don't know much about steamaudio internal code. Is there any plan to support embree on this platform?