Module context

Source
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).