comparison libaf/control.h @ 18611:1c2f694d5232

Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
author corey
date Wed, 07 Jun 2006 00:02:51 +0000
parents 0aa3fef68422
children 63d9b7032bf3
comparison
equal deleted inserted replaced
18610:e0df832235c6 18611:1c2f694d5232
223 223
224 // Channel number which to inster the filtered data, arg in int* 224 // Channel number which to inster the filtered data, arg in int*
225 #define AF_CONTROL_CENTER_CH 0x00002200 | AF_CONTROL_FILTER_SPECIFIC 225 #define AF_CONTROL_CENTER_CH 0x00002200 | AF_CONTROL_FILTER_SPECIFIC
226 226
227 227
228 // SineSupress 228 // SineSuppress
229 #define AF_CONTROL_SS_FREQ 0x00002300 | AF_CONTROL_FILTER_SPECIFIC 229 #define AF_CONTROL_SS_FREQ 0x00002300 | AF_CONTROL_FILTER_SPECIFIC
230 #define AF_CONTROL_SS_DECAY 0x00002400 | AF_CONTROL_FILTER_SPECIFIC 230 #define AF_CONTROL_SS_DECAY 0x00002400 | AF_CONTROL_FILTER_SPECIFIC
231 231
232 #endif /*__af_control_h */ 232 #endif /*__af_control_h */