diff options
author | kcat <[email protected]> | 2018-03-21 08:35:09 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-21 08:35:09 -0700 |
commit | c40b4ce3f2b09d09093b8844646c2bd95b247eba (patch) | |
tree | 24c75aabeac18fd091e32920d37016d33a1819f5 /Alc/ALc.c | |
parent | 47260fc70b7f884c2e97e422c5bda4ed668335b8 (diff) | |
parent | c38854fe3d83034237c244f1b8564d7834db3ff8 (diff) |
Merge pull request #177 from Raulshc/Pitch-shifter
EFX:Pitch shifter
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -547,10 +547,10 @@ static const struct { DECL(AL_EFFECT_DISTORTION), DECL(AL_EFFECT_ECHO), DECL(AL_EFFECT_FLANGER), + DECL(AL_EFFECT_PITCH_SHIFTER), #if 0 DECL(AL_EFFECT_FREQUENCY_SHIFTER), DECL(AL_EFFECT_VOCAL_MORPHER), - DECL(AL_EFFECT_PITCH_SHIFTER), #endif DECL(AL_EFFECT_RING_MODULATOR), #if 0 @@ -634,6 +634,9 @@ static const struct { DECL(AL_RING_MODULATOR_HIGHPASS_CUTOFF), DECL(AL_RING_MODULATOR_WAVEFORM), + DECL(AL_PITCH_SHIFTER_COARSE_TUNE), + DECL(AL_PITCH_SHIFTER_FINE_TUNE), + DECL(AL_COMPRESSOR_ONOFF), DECL(AL_EQUALIZER_LOW_GAIN), |