Skip to main content

Module scope

Module scope 

Source
Expand description

ScopeNode — feeds audio into a lock-free SPSC ring buffer for visualisation.

The ring is sized to 512 samples (8 × 64-sample frames). Passes input through to output unchanged (unity gain). If the ring is full, samples are dropped silently. No allocation, no locks in the hot path.

Structs§

ScopeNode