aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRaulshc <[email protected]>2018-07-22 00:48:54 +0200
committerkcat <[email protected]>2018-07-25 12:51:09 -0700
commit83dba26ea6a1bbbd3c9ba266523204014446ef09 (patch)
treed483ce3dfb3e84b1f8eee44042b4d003973b82c9 /CMakeLists.txt
parent809f709ba6afd81defae132128f68d0fce56ea82 (diff)
EFX: Autowah implementation
Add autowah effect using biquad peaking filter and envelope follower
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7de4a69..a7d13777 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -779,6 +779,7 @@ SET(ALC_OBJS
Alc/mastering.h
Alc/ringbuffer.c
Alc/ringbuffer.h
+ Alc/effects/autowah.c
Alc/effects/chorus.c
Alc/effects/compressor.c
Alc/effects/dedicated.c