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.