core-audio 0.1.0

Safe bindings to CoreAudio framework
Documentation
1
2
3
4
5
6
7
8
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, improper_ctypes)]

pub use objc2_core_audio::*;

mod base;

pub mod audio_hardware;
pub mod host_time;