Skip to content

Auxide v0.2.2 — RT Control Plane & Invariants

Choose a tag to compare

@Michael-A-Kuykendall Michael-A-Kuykendall released this 15 Jan 19:15
· 7 commits to main since this release

Auxide v0.2.2 — RT Control Plane & Invariants

  • Split runtime into RuntimeCore (audio) and RuntimeControl (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-MIT and LICENSE-APACHE.
  • Docs cleanup (architecture, invariants, release notes) and removal of stray artifacts.
  • Dependencies: added rtrb for lock-free queues; crate version 0.2.2.