Expand description
DSP processing context.
This module provides DspContext, which carries audio processing parameters
through the DSP graph during block processing.
Structs§
- DspContext
- Runtime context passed to blocks during audio processing.
Constants§
- DEFAULT_
BUFFER_ SIZE - Default buffer size for DSP graphs (512 samples).
- DEFAULT_
SAMPLE_ RATE - Default sample rate for DSP graphs (44100 Hz).