Expand description
Recording sink node — captures signal for offline analysis and WAV export.
Recording sink — captures signal into a Vec
RT-safe: the Mutex is only used during consume() (signal thread, single writer)
and for post-processing (read after graph stops). No contention.
Structs§
- Recording
Sink - Sink node that records stereo signal into a shared buffer.