Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 935 Bytes

File metadata and controls

8 lines (5 loc) · 935 Bytes

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 Core Audio APIs, use the appropriate crates of the objc2 project.