The OpenAL Effects Extension EQ is very flexible, providing tonal control over four different adjustable frequency ranges. More...
#include <IEffectParameters.h>
Public Member Functions | |
| sEqualizerParameters (float lowGain=1.0f, float lowCutoff=200.0f, float mid1Gain=1.0f, float mid1Center=500.0f, float mid1Width=1.0f, float mid2Gain=1.0f, float mid2Center=3000.0f, float mid2Width=1.0f, float highGain=1.0f, float highCutoff=6000.0f) | |
Public Attributes | |
| float | LowGain |
| float | LowCutoff |
| float | Mid1Gain |
| float | Mid1Center |
| float | Mid1Width |
| float | Mid2Gain |
| float | Mid2Center |
| float | Mid2Width |
| float | HighGain |
| float | HighCutoff |
The OpenAL Effects Extension EQ is very flexible, providing tonal control over four different adjustable frequency ranges.
Definition at line 756 of file IEffectParameters.h.
This property controls the high frequency above which signal will be cut off. Range: 4000.0 to 16000.0
Definition at line 812 of file IEffectParameters.h.
This property allows you to cut / boost the signal at high frequencies. Range: 0.126 to 7.943
Definition at line 808 of file IEffectParameters.h.
This property controls the low frequency below which signal will be cut off. Range: 50.0 to 800.0
Definition at line 780 of file IEffectParameters.h.
This property controls amount of cut or boost on the low frequency range. Range: 0.126 to 7.943
Definition at line 776 of file IEffectParameters.h.
This property sets the center frequency for the "mid1" range. Range: 200.0 to 3000.0
Definition at line 788 of file IEffectParameters.h.
This property allows you to cut / boost signal on the "mid1" range. Range: 0.126 to 7.943
Definition at line 784 of file IEffectParameters.h.
This property controls the width of the "mid1" range. Range: 0.01 to 1.0
Definition at line 792 of file IEffectParameters.h.
This property sets the center frequency for the "mid2" range. Range: 1000.0 to 8000.0
Definition at line 800 of file IEffectParameters.h.
This property allows you to cut / boost signal on the "mid2" range. Range: 0.126 to 7.943
Definition at line 796 of file IEffectParameters.h.
This property controls the width of the "mid2" range. Range: 0.01 to 1.0
Definition at line 804 of file IEffectParameters.h.
1.6.2