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

#38 in Audio

Download history 21280/week @ 2024-07-19 25142/week @ 2024-07-26 23922/week @ 2024-08-02 26218/week @ 2024-08-09 25009/week @ 2024-08-16 37180/week @ 2024-08-23 30394/week @ 2024-08-30 28698/week @ 2024-09-06 23143/week @ 2024-09-13 32382/week @ 2024-09-20 33164/week @ 2024-09-27 30746/week @ 2024-10-04 31401/week @ 2024-10-11 32199/week @ 2024-10-18 35822/week @ 2024-10-25 40180/week @ 2024-11-01

144,110 downloads per month
Used in 770 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
~42K SLoC