1 #ifndef SPEECH_CONFIG_H
2 #define SPEECH_CONFIG_H
3 
4 #include <stdint.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 typedef int16_t speech_data_t;
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17