pub fn analyze_mono_pcm( mono: &[f32], sample_rate: u32, storage_root: Option<&Path>, ) -> Result<EarsDemoDto, String>
Run weighted AED on mono PCM (from mic pull or file).