Crate coreaudio

Crate coreaudio 

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

Type Aliases§

OSStatus