diff libaf/control.h @ 14749:ab617c2e24d3

filter for adding a center channel, adding a high pass filter would be nice
author alex
date Mon, 21 Feb 2005 17:08:45 +0000
parents 8380694ba14f
children 0aa3fef68422
line wrap: on
line diff
--- a/libaf/control.h	Mon Feb 21 16:41:15 2005 +0000
+++ b/libaf/control.h	Mon Feb 21 17:08:45 2005 +0000
@@ -218,4 +218,10 @@
 // ExtraStereo Multiplier
 #define AF_CONTROL_ES_MUL		0x00002100 | AF_CONTROL_FILTER_SPECIFIC
 
+
+// Center
+
+// Channel number which to inster the filtered data, arg in int*
+#define AF_CONTROL_CENTER_CH		0x00002200 | AF_CONTROL_FILTER_SPECIFIC
+
 #endif /*__af_control_h */