0f07ba7
1
2
3
4
5
6
7
8
#ifdef __cplusplus extern "C" { #endif int load_model(char *model); int tts(char *text,int threads, char *dst ); #ifdef __cplusplus } #endif