Implement a new reverb effect
commitc0ccd31a3e5294ffa6f138ff755177cd9bad6a4b
authorChris Robinson <chris.kcat@gmail.com>
Sun, 16 Nov 2008 08:29:49 +0000 (16 00:29 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 16 Nov 2008 08:29:49 +0000 (16 00:29 -0800)
treeea66f6c89ba033ff16cfbca970ef6ed056a7e770
parentd72b132c57145bd6cd4c531fe0a8c65b348c2c29
Implement a new reverb effect
Code created and graciously provided by Christopher Fitzgerald
Alc/ALu.c
Alc/alcReverb.c [new file with mode: 0644]
CMakeLists.txt
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/Include/alReverb.h [new file with mode: 0644]
OpenAL32/alAuxEffectSlot.c