26 releases

0.12.1 Aug 13, 2024
0.12.0 Apr 12, 2024
0.11.3 Oct 14, 2023
0.11.2 Oct 22, 2022
0.0.5 Mar 27, 2015

#11 in macOS and iOS APIs

Download history 44521/week @ 2025-01-28 44951/week @ 2025-02-04 55044/week @ 2025-02-11 42492/week @ 2025-02-18 52376/week @ 2025-02-25 50137/week @ 2025-03-04 52249/week @ 2025-03-11 47700/week @ 2025-03-18 40276/week @ 2025-03-25 39367/week @ 2025-04-01 40959/week @ 2025-04-08 29959/week @ 2025-04-15 42052/week @ 2025-04-22 36528/week @ 2025-04-29 43216/week @ 2025-05-06 32973/week @ 2025-05-13

160,947 downloads per month
Used in 898 crates (8 directly)

MIT/Apache

150KB
2.5K SLoC

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.


coreaudio-rs Actions Status Crates.io Crates.io docs.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.

Dependencies

~0.2–3MB
~43K SLoC