summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libaf/control.h b/libaf/control.h
index dcbb2ddba0..330d9ab155 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -224,4 +224,9 @@ typedef struct af_control_ext_s{
// Channel number which to inster the filtered data, arg in int*
#define AF_CONTROL_CENTER_CH 0x00002200 | AF_CONTROL_FILTER_SPECIFIC
+
+// SineSupress
+#define AF_CONTROL_SS_FREQ 0x00002300 | AF_CONTROL_FILTER_SPECIFIC
+#define AF_CONTROL_SS_DECAY 0x00002400 | AF_CONTROL_FILTER_SPECIFIC
+
#endif /*__af_control_h */