EFX:Pitch Shifter implementation
commit6fd23f09842b81788298e1840b8626252fdf5e18
authorRaulshc <33253777+Raulshc@users.noreply.github.com>
Sun, 18 Mar 2018 16:47:17 +0000 (18 17:47 +0100)
committerGitHub <noreply@github.com>
Sun, 18 Mar 2018 16:47:17 +0000 (18 17:47 +0100)
tree1f777d222368b80c131e9992735ffa3811052b5e
parent3fde27d89098f6f71f82c06f89a2acbaa5f20400
EFX:Pitch Shifter implementation

Add pitch shifter effect using standard phase vocoder, based on work of Stephan Bernsee. Only mono signal processing by now.
Alc/ALc.c
Alc/effects/pshifter.c [new file with mode: 0644]
CMakeLists.txt
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/Include/alEffect.h
OpenAL32/alAuxEffectSlot.c
OpenAL32/alEffect.c