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

#44 in Audio

Download history 32196/week @ 2024-09-21 33325/week @ 2024-09-28 30622/week @ 2024-10-05 32446/week @ 2024-10-12 31153/week @ 2024-10-19 36233/week @ 2024-10-26 41919/week @ 2024-11-02 33623/week @ 2024-11-09 40557/week @ 2024-11-16 38807/week @ 2024-11-23 46028/week @ 2024-11-30 40153/week @ 2024-12-07 43583/week @ 2024-12-14 23036/week @ 2024-12-21 34073/week @ 2024-12-28 37103/week @ 2025-01-04

143,567 downloads per month
Used in 804 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