Implement yet another low-pass filter
commitc7e49c9f5735df52d4e847529ae9cb23027547e7
authorChris Robinson <chris.kcat@gmail.com>
Sat, 26 Jul 2008 02:31:12 +0000 (25 19:31 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 26 Jul 2008 02:31:12 +0000 (25 19:31 -0700)
tree91f78fed57422925b198ed2f20e2ba44b4dbf242
parente2ed8ff2bfd1521f849038c400c054b0b6e8a5b0
Implement yet another low-pass filter
This one using the Butterworth IIR filter design
Alc/ALu.c
Alc/lpfilter.c [new file with mode: 0644]
CMakeLists.txt
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/Include/alFilter.h
OpenAL32/Include/alSource.h
OpenAL32/alAuxEffectSlot.c
OpenAL32/alSource.c