| Equalizer CorrectGraph(float[] graph, double startFreq, double endFreq, EQCurve targetCurve, float targetGain,
double resolution = 1 / 3f, float maxGain = 6)Generate an 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 | | double resolution | Band diversity in octaves | | float targetGain | Target EQ level | | float maxGain | Maximum gain of any generated band |
|