Skip to main content

Crate au_sys

Crate au_sys 

Source
Expand description

Rust FFI bindings for the macOS AudioUnit v2 (AUv2) C API.

These are hand-written bindings against the stable macOS AudioUnit C API. The structs and constants are derived from:

  • AudioToolbox/AUComponent.h
  • AudioToolbox/AudioUnitProperties.h
  • AudioToolbox/AudioComponent.h
  • CoreAudioTypes/CoreAudioBaseTypes.h

This crate is macOS-only.