1 #ifndef _COMMON_H_
2 #define _COMMON_H_
3 
4 #define SAMPLE_RATE 48000
5 #define FRAME_SIZE  (SAMPLE_RATE/100)
6 
7 #endif
8