static double audio_absoluteVolume(float[] raw) { if (empty(raw)) ret 0; ret (max(raw)-min(raw))/2.0; }