Files
TAIXIN/sdk/include/dev/audio/ausys_eq.h

17 lines
190 B
C
Raw Normal View History

#ifndef __AUSYS_EQ_H
#define __AUSYS_EQ_H
#ifdef __cplusplus
extern "C" {
#endif
#define EQ_COEFF_NUM (50)
extern const int32 eq_coeff_origin[50];
#ifdef __cplusplus
}
#endif
#endif