Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsFixedEqualizerInverted As Boolean |
C# | |
---|---|
public abstract bool IsFixedEqualizerInverted {get; set;} |
The inversion referred to here is not to be confused with the spectral order in the frequency domain. Here, inversion refers to equalizer data for a particular frequency: EqualizeData(f).
When IsFixedEqualizerInverted is false, then the input data spectrum is effectively multiplied by EqualizeData(f).
When IsFixedEqualizerInverted is true, then the input data spectrum is effectively divided by EqualizeData(f).
Note that the equalization is done via a time domain filter, but the frequency domain effects are as explained above.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)