23 APR 2026

rahulmnavneeth

reference — runtime

homedocs

Crate: uify-runtime. Owns all I/O and real-time bridging.

camera::

Backend trait → per-platform impl:

PlatformAPI
macOS / iOSAVFoundation
WindowsMedia Foundation
LinuxV4L2
AndroidCamera2 (JNI)
WebgetUserMedia

Frames are delivered zero-copy on every platform where the OS supports it.

inference::

ONNX Runtime baseline, opt-in EPs per platform:

FeatureEP
coremlCoreML
directmlDirectML
nnapiNNAPI
(default)ORT default CPU + CUDA

ringbuf::

Wait-free SPSC ring of Sample<G, C> values. Single writer (vision thread), single reader (audio thread). See architecture-threading.