| float[] GetLinearConvolution(this Equalizer eq, int sampleRate, int length = 1024, float gain = 1,
Complex[] initial = null)Gets a linear phase convolution filter that results in this EQ when applied.Visibility | Public | Modifiers | static |
Parametersthis Equalizer eq | Source | int sampleRate | Sample rate of the target system the convolution filter could be used on | int length | Length of the convolution filter in samples, must be a power of 2 | float gain | Signal voltage multiplier | Complex[] initial | Custom initial spectrum to apply the EQ on - phases will be corrected, this is not convolved,
and has to be twice the size of |
|