-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I found two things in the documentation that look like they could use an update.
Firstly, the readme says:
If you just want direct access to the unsafe bindings, use [coreaudio-sys](https://crates.io/crates/coreaudio-sys).
Should this not recommend the objc2 crates instead?
The second thing is this in lib.rs
//! Currently, work has only been started on the [audio_unit](./audio_unit/index.html) module, but
//! eventually we'd like to cover at least the majority of the C API.
This was written 10 years ago and audio_unit is still the only module, so the second part there seems a bit unrealistic. How about cutting it down to something like just "This library currently covers Audio Unit (with a suitable link)."?
Makes sense? I could make a PR with some suggested changes.
Metadata
Metadata
Assignees
Labels
No labels