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

#92 in Audio

Download history 39829/week @ 2024-11-21 43758/week @ 2024-11-28 42774/week @ 2024-12-05 42567/week @ 2024-12-12 28761/week @ 2024-12-19 32007/week @ 2024-12-26 33287/week @ 2025-01-02 41148/week @ 2025-01-09 42327/week @ 2025-01-16 43875/week @ 2025-01-23 42734/week @ 2025-01-30 50093/week @ 2025-02-06 49634/week @ 2025-02-13 46888/week @ 2025-02-20 49215/week @ 2025-02-27 52047/week @ 2025-03-06

206,551 downloads per month
Used in 846 crates (6 directly)

MIT/Apache

150KB
2.5K SLoC

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.


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.2–2.6MB
~43K SLoC