audio-plugin-bsd 0.1.0

Dynamic .so audio-plugin loader with ABI verification and FreeBSD Capsicum/pdfork per-process sandboxing for real-time audio in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Architecture Decision Records — audio-plugin-bsd

> ADRs record the **context**, **decision**, and **consequences** of an
> architecture decision so future contributors can answer "why was this
> technology/structure chosen?"

## ADR list

| Number | Title | Status | Date |
|--------|-------|--------|------|
| [0001]./0001-wire-abi.md | Wire ABI policy — `extern "C"` entry symbols + magic/major version compatibility | Accepted | 2026-07-29 |
| [0002]./0002-capsicum-pdfork-isolation.md | Capsicum/pdfork per-plugin child-process isolation model | Accepted | 2026-07-29 |