diff options
author | Lopuska <[email protected]> | 2019-07-10 07:14:31 +0200 |
---|---|---|
committer | kcat <[email protected]> | 2019-07-09 22:14:31 -0700 |
commit | 4a33bbb14d6b5f7673fe0371004236bac8f5bb2a (patch) | |
tree | 1ece0323a5e5dee97600277003fcde6cb0e9f768 /Alc/alc.cpp | |
parent | 3ffb6867a3bac856bacebf25dfbcf48b4482d50f (diff) |
vocal morpher implementation (#312)
* vocal morpher implementation
* compile fix for GCC
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r-- | Alc/alc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp index 7efa8514..3e176957 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -617,9 +617,7 @@ constexpr struct { DECL(AL_EFFECT_FLANGER), DECL(AL_EFFECT_PITCH_SHIFTER), DECL(AL_EFFECT_FREQUENCY_SHIFTER), -#if 0 DECL(AL_EFFECT_VOCAL_MORPHER), -#endif DECL(AL_EFFECT_RING_MODULATOR), DECL(AL_EFFECT_AUTOWAH), DECL(AL_EFFECT_COMPRESSOR), |