Skip to main content

Crate truce_au

Crate truce_au 

Source
Expand description

Audio Unit v3 format wrapper for truce.

Uses an Objective-C shim compiled via cc that implements the AUAudioUnit subclass. The shim calls back into Rust for all plugin logic via C FFI.

Modules§

ffi
C ABI types for the Rust ↔ Objective-C boundary.

Macros§

export_au
Export an Audio Unit v3 plugin entry point.

Functions§

register_au