bela
Safe Rust API for real-time audio on Bela Gem (PocketBeagle 2,
aarch64-unknown-linux-gnu), built on the raw FFI bindings in
bela-sys.
User code implements the BelaApplication trait — an unsafe trait,
because implementing it is a promise that render is real-time safe —
and hands an instance to Bela::run:
use ;
;
unsafe
See examples/ for runnable versions and the
repository README for project status and
cross-compilation instructions.