Store the runtime descriptor passed during initialization so we can access the get_raw_input() API later during rendering.
// Runtime descriptor for background effect support
// Provides access to get_raw_input() API which returns audio input unaffected by effect on/off state
// This enables the effect to run continuously without requiring HOLD (XY Freeze) to be pressed
static unit_runtime_desc_t s_runtime_desc;