comparison 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
comparison
equal deleted inserted replaced
14748:85dc314b3d80 14749:ab617c2e24d3
216 216
217 217
218 // ExtraStereo Multiplier 218 // ExtraStereo Multiplier
219 #define AF_CONTROL_ES_MUL 0x00002100 | AF_CONTROL_FILTER_SPECIFIC 219 #define AF_CONTROL_ES_MUL 0x00002100 | AF_CONTROL_FILTER_SPECIFIC
220 220
221
222 // Center
223
224 // Channel number which to inster the filtered data, arg in int*
225 #define AF_CONTROL_CENTER_CH 0x00002200 | AF_CONTROL_FILTER_SPECIFIC
226
221 #endif /*__af_control_h */ 227 #endif /*__af_control_h */