pub async fn player_get_eq_presets() -> Result<Vec<(EqPreset, Vec<f32>)>, String>Expand description
The built-in equalizer presets and their per-band gain curves (dB), for the settings UI. The curve numbers are domain data defined by the band layout, so the frontend reads them here rather than encoding them.
TRACES: UR-027 | DR-030