23 unstable releases
0.11.2 | Oct 22, 2022 |
---|---|
0.11.1 | Jan 31, 2022 |
0.11.0 | Nov 13, 2021 |
0.10.0 | Dec 7, 2020 |
0.0.5 | Mar 27, 2015 |
#17 in macOS and iOS APIs
65,683 downloads per month
Used in 485 crates
(7 directly)
145KB
2K
SLoC
coreaudio-rs

A friendly rust interface for Apple's Core Audio API.
This crate aims to expose and wrap the functionality of the original C API in a zero-cost, safe, Rust-esque manner.
If you just want direct access to the unsafe bindings, use coreaudio-sys.
lib.rs
:
coreaudio-rs
A friendly rust interface for Apple's CoreAudio API.
Read the CoreAudio Overview here.
Currently, work has only been started on the audio_unit module, but eventually we'd like to cover at least the majority of the C API.
Dependencies
~0.1–1.7MB
~35K SLoC