#ifndef CONST_HH_78675874848545
|
#define CONST_HH_78675874848545
|
|
#define pi 3.14159265358979323846
|
|
typedef int Result;
|
#define ret_success 0
|
#define ret_param_error -1
|
|
//Äں˲ÉÑùÊýºÍ²ÉÑùÂÊ
|
#define KERNEL_SAMPLE_RATE 48000
|
#define KERNEL_SAMPLE_NUM (65536)
|
#define KERNEL_HALF_FFT (KERNEL_SAMPLE_NUM/2+1)
|
|
#endif
|