gaoweidong
2026-01-13 c5eeada2c735b0209a061a233483c5cfc29c2230
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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