Move the filter implementation to a separate directory
commit7a23330ffe34c0d04f882fdb45f68733ba49659d
authorChris Robinson <chris.kcat@gmail.com>
Thu, 22 Mar 2018 14:05:40 +0000 (22 07:05 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 22 Mar 2018 14:05:40 +0000 (22 07:05 -0700)
tree54da49d0382b96ad9693a5d4051210e4210120fb
parent6ea3b5445fc574c8c18ae88d6f853dfb8c14ef1e
Move the filter implementation to a separate directory
17 files changed:
Alc/ALc.c
Alc/effects/chorus.c
Alc/effects/dedicated.c
Alc/effects/distortion.c
Alc/effects/echo.c
Alc/effects/equalizer.c
Alc/effects/modulator.c
Alc/effects/pshifter.c
Alc/effects/reverb.c
Alc/filters/defs.h [copied from OpenAL32/Include/alFilter.h with 64% similarity]
Alc/filters/filter.c [new file with mode: 0644]
Alc/mixer/mixer_c.c
CMakeLists.txt
OpenAL32/Include/alFilter.h
OpenAL32/Include/alu.h
OpenAL32/alFilter.c
OpenAL32/alSource.c