Crate coreaudio

Source
Expand description

§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.

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.

Type Aliases§

OSStatus