| Equalizer AutoCorrectGraph(float[] graph, double startFreq, double endFreq, EQCurve targetCurve,
float targetGain, float maxGain = 6)Generate a precise equalizer setting to flatten the processed response of GraphUtils.SmoothGraph(float[], float, float, float).| Visibility | Public | | Modifiers | static |
Parameters| float[] graph | Graph to equalize, a pre-applied smoothing
( is strongly recommended | | double startFreq | Frequency at the beginning of the graph | | double endFreq | Frequency at the end of the graph | | EQCurve targetCurve | Match the frequency response to this EQ curve | | float targetGain | Target EQ level | | float maxGain | Maximum gain of any generated band |
|