Peak read nit-pick

Bob Larkin

Well-known member
Nobody would likely notice, but if
return (float)max / 32767.0f; in analyze_peak.h was changed to
return (float)max / 32768.0f; the value could not exceed 1.0 and would agree with usual scaling.

The 32767 also occurs with peak to peak, I believe.

Thanks, Bob
 
Back
Top