Skip to main content

Module recorder

Module recorder 

Source
Expand description

Recording sink node — captures signal for offline analysis and WAV export. Recording sink — captures signal into a Vec for offline analysis.

RT-safe: the Mutex is only used during consume() (signal thread, single writer) and for post-processing (read after graph stops). No contention.

Structs§

RecordingSink
Sink node that records stereo signal into a shared buffer.