vt_dummy.cpp
Go to the documentation of this file.
00001 #include "vt_dummy.h"
00002 #include <stdio.h>
00003 
00004 void VT_UNLOADTTS_JPN(int) {};
00005 int VT_LOADTTS_JPN(int, int, char*, char*) {
00006   fprintf(stderr, "LOADING DUMMY VT_LOADTTS_JPN\n");
00007   fprintf(stderr, "You need to install voice_text application\n");
00008   fprintf(stderr, "exiting....\n");
00009   return -1;
00010 };
00011 int VT_TextToFile_JPN(int, char *, char *, int, int, int, int, int, int, int) {};
00012 


voice_text
Author(s): Kei Okada
autogenerated on Wed Jul 10 2019 03:24:16