Expand description
§coreaudio-rs
A friendly rust interface for Apple’s CoreAudio API.
Read the CoreAudio Overview here.
Currently, this crate provides the audio_unit module that covers the Audio Unit framework (now part of Audio Toolbox).
Re-exports§
pub use error::Error;
Modules§
- audio_
unit - This module is an attempt to provide a friendly, rust-esque interface to Apple’s Audio Unit API.
- error
- This module is an attempt at rustifying the OSStatus result.