diff options
author | Raulshc <[email protected]> | 2018-03-18 17:47:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-18 17:47:17 +0100 |
commit | 6fd23f09842b81788298e1840b8626252fdf5e18 (patch) | |
tree | 1f777d222368b80c131e9992735ffa3811052b5e /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 3fde27d89098f6f71f82c06f89a2acbaa5f20400 (diff) |
EFX:Pitch Shifter implementation
Add pitch shifter effect using standard phase vocoder, based on work of Stephan Bernsee. Only mono signal processing by now.
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 61c72153..bb9aef59 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -167,6 +167,7 @@ EffectStateFactory *EchoStateFactory_getFactory(void); EffectStateFactory *EqualizerStateFactory_getFactory(void); EffectStateFactory *FlangerStateFactory_getFactory(void); EffectStateFactory *ModulatorStateFactory_getFactory(void); +EffectStateFactory *PshifterStateFactory_getFactory(void); EffectStateFactory *DedicatedStateFactory_getFactory(void); |