RustAudio / coreaudio-rs

A friendly rust interface to Apple's Core Audio API.
Apache License 2.0
203 stars 38 forks source link

Initial changes for adding visionOS support #117

Open simlay opened 1 month ago

simlay commented 1 month ago

Depends on https://github.com/RustAudio/coreaudio-sys/pull/103.

simlay commented 1 month ago

@eugenehp I've tried to load the sine example into a vision pro simulator using dinghy and it crashes without a stacktrace. I don't own a vision pro so it's not something I will really be able to test. Feel free to use this branch or author a PR with these changes.

eugenehp commented 1 month ago

Yeah, I'm going to build a proper Xcode for this and run more tests for all platforms. I've pushed more commits to https://github.com/RustAudio/coreaudio-sys/pull/102 so I'll keep you posted once I'm happy with the tests.

eugenehp commented 1 month ago

@simlay preliminary work submitted here: https://github.com/RustAudio/coreaudio-rs/pull/119