Auxide v0.2.2 — RT Control Plane & Invariants
·
7 commits
to main
since this release
Auxide v0.2.2 — RT Control Plane & Invariants
- Split runtime into
RuntimeCore(audio) andRuntimeControl(main) with lock-free SPSC control queue. - Added RT-safe invariant signaling queue (
invariant_rt) and contract tests for buffer fill, control delivery, mute/reset. - Dual licensing: MIT OR Apache-2.0; added
LICENSE-MITandLICENSE-APACHE. - Docs cleanup (architecture, invariants, release notes) and removal of stray artifacts.
- Dependencies: added
rtrbfor lock-free queues; crate version 0.2.2.