pinebuds/services/multimedia/speech/inc/speech_config.h

17 lines
178 B
C
Raw Normal View History

2022-08-15 04:20:27 -05:00
#ifndef SPEECH_CONFIG_H
#define SPEECH_CONFIG_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef int16_t speech_data_t;
#ifdef __cplusplus
}
#endif
#endif